Uses of Class
jakarta.el.ELException
-
Packages that use ELException Package Description jakarta.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 jakarta.el
Subclasses of ELException in jakarta.el Modifier and Type Class Description classMethodNotFoundExceptionclassPropertyNotFoundExceptionclassPropertyNotWritableExceptionMethods in jakarta.el that throw ELException Modifier and Type Method Description voidELManager. importClass(java.lang.String className)voidImportHandler. importClass(java.lang.String name)voidELManager. importStatic(java.lang.String staticMemberName)voidImportHandler. importStatic(java.lang.String name)java.lang.ObjectLambdaExpression. invoke(ELContext context, java.lang.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)java.lang.Class<?>ValueExpressionImpl. getType(ELContext context)java.lang.ObjectValueExpressionImpl. getValue(ELContext context)java.lang.ObjectMethodExpressionImpl. invoke(ELContext context, java.lang.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.java.lang.ObjectMethodExpressionLiteral. invoke(ELContext context, java.lang.Object[] params)booleanValueExpressionImpl. isReadOnly(ELContext context)voidValueExpressionImpl. setValue(ELContext context, java.lang.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 java.lang.BooleanELSupport. coerceToBoolean(ELContext ctx, java.lang.Object obj, boolean primitive)Convert an object to Boolean.static java.lang.NumberELSupport. coerceToNumber(ELContext ctx, java.lang.Object obj, java.lang.Class<?> type)protected static java.lang.NumberELSupport. coerceToNumber(java.lang.Number number, java.lang.Class<?> type)protected static java.lang.NumberELSupport. coerceToNumber(java.lang.String val, java.lang.Class<?> type)static java.lang.ObjectELSupport. coerceToType(ELContext ctx, java.lang.Object obj, java.lang.Class<?> type)static intELSupport. compare(ELContext ctx, java.lang.Object obj0, java.lang.Object obj1)Compare two objects, after coercing to the same type if appropriate.MethodExpressionExpressionBuilder. createMethodExpression(java.lang.Class<?> expectedReturnType, java.lang.Class<?>[] expectedParamTypes)static NodeExpressionBuilder. createNode(java.lang.String expr)ValueExpressionExpressionBuilder. createValueExpression(java.lang.Class<?> expectedType)static booleanELSupport. equals(ELContext ctx, java.lang.Object obj0, java.lang.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(java.lang.String expression, ELContext ctx) -
Uses of ELException in org.apache.el.parser
Methods in org.apache.el.parser that throw ELException Modifier and Type Method Description MethodInfoAstIdentifier. getMethodInfo(EvaluationContext ctx, java.lang.Class<?>[] paramTypes)MethodInfoAstValue. getMethodInfo(EvaluationContext ctx, java.lang.Class[] paramTypes)MethodInfoNode. getMethodInfo(EvaluationContext ctx, java.lang.Class<?>[] paramTypes)MethodInfoSimpleNode. getMethodInfo(EvaluationContext ctx, java.lang.Class<?>[] paramTypes)java.lang.Class<?>ArithmeticNode. getType(EvaluationContext ctx)java.lang.Class<?>AstAssign. getType(EvaluationContext ctx)java.lang.Class<?>AstChoice. getType(EvaluationContext ctx)java.lang.Class<?>AstCompositeExpression. getType(EvaluationContext ctx)java.lang.Class<?>AstConcatenation. getType(EvaluationContext ctx)java.lang.Class<?>AstDeferredExpression. getType(EvaluationContext ctx)java.lang.Class<?>AstDynamicExpression. getType(EvaluationContext ctx)java.lang.Class<?>AstEmpty. getType(EvaluationContext ctx)java.lang.Class<?>AstFloatingPoint. getType(EvaluationContext ctx)java.lang.Class<?>AstFunction. getType(EvaluationContext ctx)java.lang.Class<?>AstIdentifier. getType(EvaluationContext ctx)java.lang.Class<?>AstInteger. getType(EvaluationContext ctx)java.lang.Class<?>AstListData. getType(EvaluationContext ctx)java.lang.Class<?>AstLiteralExpression. getType(EvaluationContext ctx)java.lang.Class<?>AstMapData. getType(EvaluationContext ctx)java.lang.Class<?>AstNegative. getType(EvaluationContext ctx)java.lang.Class<?>AstNot. getType(EvaluationContext ctx)java.lang.Class<?>AstNull. getType(EvaluationContext ctx)java.lang.Class<?>AstSemicolon. getType(EvaluationContext ctx)java.lang.Class<?>AstSetData. getType(EvaluationContext ctx)java.lang.Class<?>AstString. getType(EvaluationContext ctx)java.lang.Class<?>AstValue. getType(EvaluationContext ctx)java.lang.Class<?>BooleanNode. getType(EvaluationContext ctx)java.lang.Class<?>Node. getType(EvaluationContext ctx)java.lang.Class<?>SimpleNode. getType(EvaluationContext ctx)java.lang.ObjectAstAnd. getValue(EvaluationContext ctx)java.lang.ObjectAstAssign. getValue(EvaluationContext ctx)java.lang.ObjectAstBracketSuffix. getValue(EvaluationContext ctx)java.lang.ObjectAstChoice. getValue(EvaluationContext ctx)java.lang.ObjectAstCompositeExpression. getValue(EvaluationContext ctx)java.lang.ObjectAstConcatenation. getValue(EvaluationContext ctx)java.lang.ObjectAstDeferredExpression. getValue(EvaluationContext ctx)java.lang.ObjectAstDiv. getValue(EvaluationContext ctx)java.lang.ObjectAstDotSuffix. getValue(EvaluationContext ctx)java.lang.ObjectAstDynamicExpression. getValue(EvaluationContext ctx)java.lang.ObjectAstEmpty. getValue(EvaluationContext ctx)java.lang.ObjectAstEqual. getValue(EvaluationContext ctx)java.lang.ObjectAstFalse. getValue(EvaluationContext ctx)java.lang.ObjectAstFloatingPoint. getValue(EvaluationContext ctx)java.lang.ObjectAstFunction. getValue(EvaluationContext ctx)java.lang.ObjectAstGreaterThan. getValue(EvaluationContext ctx)java.lang.ObjectAstGreaterThanEqual. getValue(EvaluationContext ctx)java.lang.ObjectAstIdentifier. getValue(EvaluationContext ctx)java.lang.ObjectAstInteger. getValue(EvaluationContext ctx)java.lang.ObjectAstLambdaExpression. getValue(EvaluationContext ctx)java.lang.ObjectAstLessThan. getValue(EvaluationContext ctx)java.lang.ObjectAstLessThanEqual. getValue(EvaluationContext ctx)java.lang.ObjectAstListData. getValue(EvaluationContext ctx)java.lang.ObjectAstLiteralExpression. getValue(EvaluationContext ctx)java.lang.ObjectAstMapData. getValue(EvaluationContext ctx)java.lang.ObjectAstMinus. getValue(EvaluationContext ctx)java.lang.ObjectAstMod. getValue(EvaluationContext ctx)java.lang.ObjectAstMult. getValue(EvaluationContext ctx)java.lang.ObjectAstNegative. getValue(EvaluationContext ctx)java.lang.ObjectAstNot. getValue(EvaluationContext ctx)java.lang.ObjectAstNotEqual. getValue(EvaluationContext ctx)java.lang.ObjectAstNull. getValue(EvaluationContext ctx)java.lang.ObjectAstOr. getValue(EvaluationContext ctx)java.lang.ObjectAstPlus. getValue(EvaluationContext ctx)java.lang.ObjectAstSemicolon. getValue(EvaluationContext ctx)java.lang.ObjectAstSetData. getValue(EvaluationContext ctx)java.lang.ObjectAstString. getValue(EvaluationContext ctx)java.lang.ObjectAstTrue. getValue(EvaluationContext ctx)java.lang.ObjectAstValue. getValue(EvaluationContext ctx)java.lang.ObjectNode. getValue(EvaluationContext ctx)java.lang.ObjectSimpleNode. getValue(EvaluationContext ctx)java.lang.ObjectAstIdentifier. invoke(EvaluationContext ctx, java.lang.Class<?>[] paramTypes, java.lang.Object[] paramValues)java.lang.ObjectAstValue. invoke(EvaluationContext ctx, java.lang.Class[] paramTypes, java.lang.Object[] paramValues)java.lang.ObjectNode. invoke(EvaluationContext ctx, java.lang.Class<?>[] paramTypes, java.lang.Object[] paramValues)java.lang.ObjectSimpleNode. invoke(EvaluationContext ctx, java.lang.Class<?>[] paramTypes, java.lang.Object[] paramValues)booleanAstDeferredExpression. isReadOnly(EvaluationContext ctx)booleanAstDynamicExpression. isReadOnly(EvaluationContext ctx)booleanAstIdentifier. isReadOnly(EvaluationContext ctx)booleanAstValue. isReadOnly(EvaluationContext ctx)booleanNode. isReadOnly(EvaluationContext ctx)booleanSimpleNode. isReadOnly(EvaluationContext ctx)static NodeELParser. parse(java.lang.String ref)voidAstDeferredExpression. setValue(EvaluationContext ctx, java.lang.Object value)voidAstDynamicExpression. setValue(EvaluationContext ctx, java.lang.Object value)voidAstIdentifier. setValue(EvaluationContext ctx, java.lang.Object value)voidAstValue. setValue(EvaluationContext ctx, java.lang.Object value)voidNode. setValue(EvaluationContext ctx, java.lang.Object value)voidSimpleNode. setValue(EvaluationContext ctx, java.lang.Object value) -
Uses of ELException in org.apache.el.stream
Methods in org.apache.el.stream that throw ELException Modifier and Type Method Description java.lang.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)java.lang.Class<?>JspValueExpression. getType(ELContext context)java.lang.ObjectJasperELResolver. getValue(ELContext context, java.lang.Object base, java.lang.Object property)java.lang.ObjectJspValueExpression. getValue(ELContext context)java.lang.ObjectJspMethodExpression. invoke(ELContext context, java.lang.Object[] params)booleanJspValueExpression. isReadOnly(ELContext context)voidJspValueExpression. setValue(ELContext context, java.lang.Object value)Constructors in org.apache.jasper.el with parameters of type ELException Constructor Description JspELException(java.lang.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 java.lang.ObjectPageContextImpl. proprietaryEvaluate(java.lang.String expression, java.lang.Class<?> expectedType, PageContext pageContext, ProtectedFunctionMapper functionMap)Proprietary method to evaluate EL expressions.
-