Uses of Class
javax.el.ELContext
-
Packages that use ELContext Package Description javax.el javax.servlet.jsp javax.servlet.jsp.el org.apache.el org.apache.el.lang org.apache.el.stream org.apache.jasper.el org.apache.jasper.runtime -
-
Uses of ELContext in javax.el
Subclasses of ELContext in javax.el Modifier and Type Class Description classStandardELContextMethods in javax.el that return ELContext Modifier and Type Method Description ELContextELContextEvent. getELContext()ELContextELManager. setELContext(ELContext context)Methods in javax.el with parameters of type ELContext Modifier and Type Method Description voidEvaluationListener. afterEvaluation(ELContext context, String expression)Fired after the evaluation of the expression.voidEvaluationListener. beforeEvaluation(ELContext context, String expression)Fired before the evaluation of the expression.ObjectCompositeELResolver. convertToType(ELContext context, Object obj, Class<?> type)ObjectELResolver. convertToType(ELContext context, Object obj, Class<?> type)Converts the given object to the given type.abstract ObjectTypeConverter. convertToType(ELContext context, Object obj, Class<?> type)abstract MethodExpressionExpressionFactory. createMethodExpression(ELContext context, String expression, Class<?> expectedReturnType, Class<?>[] expectedParamTypes)Create a new method expression instance.abstract ValueExpressionExpressionFactory. createValueExpression(ELContext context, String expression, Class<?> expectedType)Create a new value expression.Class<?>ArrayELResolver. getCommonPropertyType(ELContext context, Object base)Class<?>BeanELResolver. getCommonPropertyType(ELContext context, Object base)Class<?>BeanNameELResolver. getCommonPropertyType(ELContext context, Object base)Class<?>CompositeELResolver. getCommonPropertyType(ELContext context, Object base)abstract Class<?>ELResolver. getCommonPropertyType(ELContext context, Object base)Class<?>ListELResolver. getCommonPropertyType(ELContext context, Object base)Class<?>MapELResolver. getCommonPropertyType(ELContext context, Object base)Class<?>ResourceBundleELResolver. getCommonPropertyType(ELContext context, Object base)Class<?>StaticFieldELResolver. getCommonPropertyType(ELContext context, Object base)Always returnsString.class.Class<?>TypeConverter. getCommonPropertyType(ELContext context, Object base)Iterator<FeatureDescriptor>ArrayELResolver. getFeatureDescriptors(ELContext context, Object base)Iterator<FeatureDescriptor>BeanELResolver. getFeatureDescriptors(ELContext context, Object base)Iterator<FeatureDescriptor>BeanNameELResolver. getFeatureDescriptors(ELContext context, Object base)Iterator<FeatureDescriptor>CompositeELResolver. getFeatureDescriptors(ELContext context, Object base)abstract Iterator<FeatureDescriptor>ELResolver. getFeatureDescriptors(ELContext context, Object base)Iterator<FeatureDescriptor>ListELResolver. getFeatureDescriptors(ELContext context, Object base)Iterator<FeatureDescriptor>MapELResolver. getFeatureDescriptors(ELContext context, Object base)Iterator<FeatureDescriptor>ResourceBundleELResolver. getFeatureDescriptors(ELContext context, Object base)Iterator<FeatureDescriptor>StaticFieldELResolver. getFeatureDescriptors(ELContext context, Object base)Always returnsnull.Iterator<FeatureDescriptor>TypeConverter. getFeatureDescriptors(ELContext context, Object base)abstract MethodInfoMethodExpression. getMethodInfo(ELContext context)Class<?>ArrayELResolver. getType(ELContext context, Object base, Object property)Class<?>BeanELResolver. getType(ELContext context, Object base, Object property)Class<?>BeanNameELResolver. getType(ELContext context, Object base, Object property)Class<?>CompositeELResolver. getType(ELContext context, Object base, Object property)abstract Class<?>ELResolver. getType(ELContext context, Object base, Object property)Class<?>ListELResolver. getType(ELContext context, Object base, Object property)Class<?>MapELResolver. getType(ELContext context, Object base, Object property)Class<?>ResourceBundleELResolver. getType(ELContext context, Object base, Object property)Class<?>StaticFieldELResolver. getType(ELContext context, Object base, Object property)Class<?>TypeConverter. getType(ELContext context, Object base, Object property)abstract Class<?>ValueExpression. getType(ELContext context)ObjectArrayELResolver. getValue(ELContext context, Object base, Object property)ObjectBeanELResolver. getValue(ELContext context, Object base, Object property)ObjectBeanNameELResolver. getValue(ELContext context, Object base, Object property)ObjectCompositeELResolver. getValue(ELContext context, Object base, Object property)abstract ObjectELResolver. getValue(ELContext context, Object base, Object property)ObjectListELResolver. getValue(ELContext context, Object base, Object property)ObjectMapELResolver. getValue(ELContext context, Object base, Object property)ObjectResourceBundleELResolver. getValue(ELContext context, Object base, Object property)ObjectStaticFieldELResolver. getValue(ELContext context, Object base, Object property)ObjectTypeConverter. getValue(ELContext context, Object base, Object property)abstract ObjectValueExpression. getValue(ELContext context)ValueReferenceValueExpression. getValueReference(ELContext context)ObjectBeanELResolver. invoke(ELContext context, Object base, Object method, Class<?>[] paramTypes, Object[] params)ObjectCompositeELResolver. invoke(ELContext context, Object base, Object method, Class<?>[] paramTypes, Object[] params)ObjectELResolver. invoke(ELContext context, Object base, Object method, Class<?>[] paramTypes, Object[] params)Invokes a method on the the given object.ObjectLambdaExpression. invoke(ELContext context, Object... args)abstract ObjectMethodExpression. invoke(ELContext context, Object[] params)ObjectStaticFieldELResolver. invoke(ELContext context, Object base, Object method, Class<?>[] paramTypes, Object[] params)booleanArrayELResolver. isReadOnly(ELContext context, Object base, Object property)booleanBeanELResolver. isReadOnly(ELContext context, Object base, Object property)booleanBeanNameELResolver. isReadOnly(ELContext context, Object base, Object property)booleanCompositeELResolver. isReadOnly(ELContext context, Object base, Object property)abstract booleanELResolver. isReadOnly(ELContext context, Object base, Object property)booleanListELResolver. isReadOnly(ELContext context, Object base, Object property)booleanMapELResolver. isReadOnly(ELContext context, Object base, Object property)booleanResourceBundleELResolver. isReadOnly(ELContext context, Object base, Object property)booleanStaticFieldELResolver. isReadOnly(ELContext context, Object base, Object property)booleanTypeConverter. isReadOnly(ELContext context, Object base, Object property)abstract booleanValueExpression. isReadOnly(ELContext context)voidEvaluationListener. propertyResolved(ELContext context, Object base, Object property)Fired after a property has been resolved.ELContextELManager. setELContext(ELContext context)voidLambdaExpression. setELContext(ELContext context)voidArrayELResolver. setValue(ELContext context, Object base, Object property, Object value)voidBeanELResolver. setValue(ELContext context, Object base, Object property, Object value)voidBeanNameELResolver. setValue(ELContext context, Object base, Object property, Object value)voidCompositeELResolver. setValue(ELContext context, Object base, Object property, Object value)abstract voidELResolver. setValue(ELContext context, Object base, Object property, Object value)voidListELResolver. setValue(ELContext context, Object base, Object property, Object value)voidMapELResolver. setValue(ELContext context, Object base, Object property, Object value)voidResourceBundleELResolver. setValue(ELContext context, Object base, Object property, Object value)voidStaticFieldELResolver. setValue(ELContext context, Object base, Object property, Object value)voidTypeConverter. setValue(ELContext context, Object base, Object property, Object value)abstract voidValueExpression. setValue(ELContext context, Object value)Constructors in javax.el with parameters of type ELContext Constructor Description ELContextEvent(ELContext source)StandardELContext(ELContext context) -
Uses of ELContext in javax.servlet.jsp
Methods in javax.servlet.jsp that return ELContext Modifier and Type Method Description abstract ELContextJspContext. getELContext() -
Uses of ELContext in javax.servlet.jsp.el
Methods in javax.servlet.jsp.el with parameters of type ELContext Modifier and Type Method Description Class<String>ImplicitObjectELResolver. getCommonPropertyType(ELContext context, Object base)Class<String>ScopedAttributeELResolver. getCommonPropertyType(ELContext context, Object base)Iterator<FeatureDescriptor>ImplicitObjectELResolver. getFeatureDescriptors(ELContext context, Object base)Iterator<FeatureDescriptor>ScopedAttributeELResolver. getFeatureDescriptors(ELContext context, Object base)ClassImplicitObjectELResolver. getType(ELContext context, Object base, Object property)Class<Object>ScopedAttributeELResolver. getType(ELContext context, Object base, Object property)ObjectImplicitObjectELResolver. getValue(ELContext context, Object base, Object property)ObjectScopedAttributeELResolver. getValue(ELContext context, Object base, Object property)booleanImplicitObjectELResolver. isReadOnly(ELContext context, Object base, Object property)booleanScopedAttributeELResolver. isReadOnly(ELContext context, Object base, Object property)voidImplicitObjectELResolver. setValue(ELContext context, Object base, Object property, Object value)voidScopedAttributeELResolver. setValue(ELContext context, Object base, Object property, Object value) -
Uses of ELContext in org.apache.el
Methods in org.apache.el with parameters of type ELContext Modifier and Type Method Description MethodExpressionExpressionFactoryImpl. createMethodExpression(ELContext context, String expression, Class<?> expectedReturnType, Class<?>[] expectedParamTypes)ValueExpressionExpressionFactoryImpl. createValueExpression(ELContext context, String expression, Class<?> expectedType)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)Class<?>ValueExpressionLiteral. getType(ELContext context)ObjectValueExpressionImpl. getValue(ELContext context)ObjectValueExpressionLiteral. getValue(ELContext context)ValueReferenceValueExpressionImpl. getValueReference(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)booleanValueExpressionLiteral. isReadOnly(ELContext context)voidValueExpressionImpl. setValue(ELContext context, Object value)voidValueExpressionLiteral. setValue(ELContext context, Object value) -
Uses of ELContext in org.apache.el.lang
Subclasses of ELContext in org.apache.el.lang Modifier and Type Class Description classEvaluationContextMethods in org.apache.el.lang that return ELContext Modifier and Type Method Description ELContextEvaluationContext. getELContext()Methods in org.apache.el.lang with parameters of type ELContext Modifier and Type Method Description static BooleanELSupport. coerceToBoolean(ELContext ctx, Object obj, boolean primitive)Convert an object to Boolean.static Enum<?>ELSupport. coerceToEnum(ELContext ctx, Object obj, Class type)static NumberELSupport. coerceToNumber(ELContext ctx, Object obj, Class<?> type)static StringELSupport. coerceToString(ELContext ctx, Object obj)Coerce an object to a string.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.static booleanELSupport. equals(ELContext ctx, Object obj0, Object obj1)Compare two objects for equality, after coercing to the same type if appropriate.Constructors in org.apache.el.lang with parameters of type ELContext Constructor Description EvaluationContext(ELContext elContext, FunctionMapper fnMapper, VariableMapper varMapper)ExpressionBuilder(String expression, ELContext ctx) -
Uses of ELContext in org.apache.el.stream
Methods in org.apache.el.stream with parameters of type ELContext Modifier and Type Method Description Class<?>StreamELResolverImpl. getCommonPropertyType(ELContext context, Object base)Iterator<FeatureDescriptor>StreamELResolverImpl. getFeatureDescriptors(ELContext context, Object base)Class<?>StreamELResolverImpl. getType(ELContext context, Object base, Object property)ObjectStreamELResolverImpl. getValue(ELContext context, Object base, Object property)ObjectStreamELResolverImpl. invoke(ELContext context, Object base, Object method, Class<?>[] paramTypes, Object[] params)booleanStreamELResolverImpl. isReadOnly(ELContext context, Object base, Object property)voidStreamELResolverImpl. setValue(ELContext context, Object base, Object property, Object value) -
Uses of ELContext in org.apache.jasper.el
Subclasses of ELContext in org.apache.jasper.el Modifier and Type Class Description classELContextImplImplementation of ELContextclassELContextWrapperSimple ELContextWrapper for runtime evaluation of EL w/ dynamic FunctionMappersMethods in org.apache.jasper.el with parameters of type ELContext Modifier and Type Method Description Class<?>ELResolverImpl. getCommonPropertyType(ELContext context, Object base)Deprecated.Iterator<FeatureDescriptor>ELResolverImpl. getFeatureDescriptors(ELContext context, Object base)Deprecated.MethodInfoJspMethodExpression. getMethodInfo(ELContext context)Class<?>ELResolverImpl. getType(ELContext context, Object base, Object property)Deprecated.Class<?>JspValueExpression. getType(ELContext context)ObjectELResolverImpl. getValue(ELContext context, Object base, Object property)Deprecated.ObjectJasperELResolver. getValue(ELContext context, Object base, Object property)ObjectJspValueExpression. getValue(ELContext context)ObjectJasperELResolver. invoke(ELContext context, Object base, Object method, Class<?>[] paramTypes, Object[] params)ObjectJspMethodExpression. invoke(ELContext context, Object[] params)booleanELResolverImpl. isReadOnly(ELContext context, Object base, Object property)Deprecated.booleanJspValueExpression. isReadOnly(ELContext context)voidELResolverImpl. setValue(ELContext context, Object base, Object property, Object value)Deprecated.voidJspValueExpression. setValue(ELContext context, Object value)Constructors in org.apache.jasper.el with parameters of type ELContext Constructor Description ELContextWrapper(ELContext target, FunctionMapper fnMapper)VariableResolverImpl(ELContext ctx)Deprecated. -
Uses of ELContext in org.apache.jasper.runtime
Methods in org.apache.jasper.runtime that return ELContext Modifier and Type Method Description ELContextJspContextWrapper. getELContext()ELContextPageContextImpl. getELContext()Methods in org.apache.jasper.runtime with parameters of type ELContext Modifier and Type Method Description protected voidJspApplicationContextImpl. fireListeners(ELContext elContext)
-