Uses of Class
org.apache.el.lang.EvaluationContext
-
Packages that use EvaluationContext Package Description org.apache.el.parser org.apache.el.util -
-
Uses of EvaluationContext in org.apache.el.parser
Methods in org.apache.el.parser with parameters of type EvaluationContext 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.Object[]AstMethodParameters. getParameters(EvaluationContext ctx)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)ValueReferenceAstIdentifier. getValueReference(EvaluationContext ctx)ValueReferenceAstValue. getValueReference(EvaluationContext ctx)ValueReferenceNode. getValueReference(EvaluationContext ctx)ValueReferenceSimpleNode. getValueReference(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)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 EvaluationContext in org.apache.el.util
Methods in org.apache.el.util with parameters of type EvaluationContext Modifier and Type Method Description static java.lang.reflect.MethodReflectionUtil. getMethod(EvaluationContext ctx, java.lang.Object base, java.lang.Object property, java.lang.Class<?>[] paramTypes, java.lang.Object[] paramValues)Returns a method based on the criteria.
-