Uses of Class
javax.el.ELException
-
Packages that use ELException Package Description javax.el org.apache.el org.apache.el.lang org.apache.el.parser org.apache.el.stream org.apache.jasper.el org.apache.jasper.runtime -
-
Uses of ELException in javax.el
Subclasses of ELException in javax.el Modifier and Type Class Description classMethodNotFoundExceptionclassPropertyNotFoundExceptionclassPropertyNotWritableExceptionMethods in javax.el that throw ELException Modifier and Type Method Description voidELManager. importClass(String className)voidImportHandler. importClass(String name)voidELManager. importStatic(String staticMemberName)voidImportHandler. importStatic(String name)ObjectLambdaExpression. invoke(ELContext context, Object... args) -
Uses of ELException in org.apache.el
Methods in org.apache.el that throw ELException Modifier and Type Method Description MethodInfoMethodExpressionImpl. getMethodInfo(ELContext context)Evaluates the expression relative to the provided context, and returns information about the actual referenced method.MethodInfoMethodExpressionLiteral. getMethodInfo(ELContext context)Class<?>ValueExpressionImpl. getType(ELContext context)ObjectValueExpressionImpl. getValue(ELContext context)ObjectMethodExpressionImpl. invoke(ELContext context, Object[] params)Evaluates the expression relative to the provided context, invokes the method that was found using the supplied parameters, and returns the result of the method invocation.ObjectMethodExpressionLiteral. invoke(ELContext context, Object[] params)booleanValueExpressionImpl. isReadOnly(ELContext context)voidValueExpressionImpl. setValue(ELContext context, Object value) -
Uses of ELException in org.apache.el.lang
Methods in org.apache.el.lang that throw ELException Modifier and Type Method Description static BooleanELSupport. coerceToBoolean(ELContext ctx, Object obj, boolean primitive)Convert an object to Boolean.protected static NumberELSupport. coerceToNumber(Number number, Class<?> type)protected static NumberELSupport. coerceToNumber(String val, Class<?> type)static NumberELSupport. coerceToNumber(ELContext ctx, Object obj, Class<?> type)static ObjectELSupport. coerceToType(ELContext ctx, Object obj, Class<?> type)static intELSupport. compare(ELContext ctx, Object obj0, Object obj1)Compare two objects, after coercing to the same type if appropriate.MethodExpressionExpressionBuilder. createMethodExpression(Class<?> expectedReturnType, Class<?>[] expectedParamTypes)static NodeExpressionBuilder. createNode(String expr)ValueExpressionExpressionBuilder. createValueExpression(Class<?> expectedType)static booleanELSupport. equals(ELContext ctx, Object obj0, Object obj1)Compare two objects for equality, after coercing to the same type if appropriate.voidExpressionBuilder. visit(Node node)Constructors in org.apache.el.lang that throw ELException Constructor Description ExpressionBuilder(String expression, ELContext ctx) -
Uses of ELException in org.apache.el.parser
-
Uses of ELException in org.apache.el.stream
Methods in org.apache.el.stream that throw ELException Modifier and Type Method Description ObjectOptional. get() -
Uses of ELException in org.apache.jasper.el
Subclasses of ELException in org.apache.jasper.el Modifier and Type Class Description classJspELExceptionclassJspMethodNotFoundExceptionclassJspPropertyNotFoundExceptionclassJspPropertyNotWritableExceptionMethods in org.apache.jasper.el that throw ELException Modifier and Type Method Description MethodInfoJspMethodExpression. getMethodInfo(ELContext context)Class<?>JspValueExpression. getType(ELContext context)ObjectJasperELResolver. getValue(ELContext context, Object base, Object property)ObjectJspValueExpression. getValue(ELContext context)ObjectJspMethodExpression. invoke(ELContext context, Object[] params)booleanJspValueExpression. isReadOnly(ELContext context)voidJspValueExpression. setValue(ELContext context, Object value)Constructors in org.apache.jasper.el with parameters of type ELException Constructor Description JspELException(String mark, ELException e) -
Uses of ELException in org.apache.jasper.runtime
Methods in org.apache.jasper.runtime that throw ELException Modifier and Type Method Description static ObjectPageContextImpl. proprietaryEvaluate(String expression, Class<?> expectedType, PageContext pageContext, ProtectedFunctionMapper functionMap)Proprietary method to evaluate EL expressions.
-