Uses of Class
javax.el.ELContext
Packages that use ELContext
Package
Description
-
Uses of ELContext in javax.el
Modifier and TypeMethodDescriptionELContextEvent.getELContext()ELManager.setELContext(ELContext context) Modifier and TypeMethodDescriptionvoidEvaluationListener.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.CompositeELResolver.convertToType(ELContext context, Object obj, Class<?> type) ELResolver.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) Obtain the most common type that is acceptable for the given base object.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) Class<?>TypeConverter.getCommonPropertyType(ELContext context, Object base) ArrayELResolver.getFeatureDescriptors(ELContext context, Object base) BeanELResolver.getFeatureDescriptors(ELContext context, Object base) BeanNameELResolver.getFeatureDescriptors(ELContext context, Object base) CompositeELResolver.getFeatureDescriptors(ELContext context, Object base) abstract Iterator<FeatureDescriptor>ELResolver.getFeatureDescriptors(ELContext context, Object base) Obtain the feature descriptors for the resolvable properties of the given object.ListELResolver.getFeatureDescriptors(ELContext context, Object base) MapELResolver.getFeatureDescriptors(ELContext context, Object base) ResourceBundleELResolver.getFeatureDescriptors(ELContext context, Object base) StaticFieldELResolver.getFeatureDescriptors(ELContext context, Object base) Always returnsnull.TypeConverter.getFeatureDescriptors(ELContext context, Object base) abstract MethodInfoMethodExpression.getMethodInfo(ELContext context) Class<?>Class<?>Class<?>Class<?>abstract Class<?>Obtain the most generally acceptable type that may be used to set the given property on the given object using the given context.Class<?>Class<?>Class<?>Class<?>Class<?>abstract Class<?>abstract ObjectObtain the value of the given property on the given object using the given context.abstract ObjectValueExpression.getValueReference(ELContext context) BeanELResolver.invoke(ELContext context, Object base, Object method, Class<?>[] paramTypes, Object[] params) CompositeELResolver.invoke(ELContext context, Object base, Object method, Class<?>[] paramTypes, Object[] params) ELResolver.invoke(ELContext context, Object base, Object method, Class<?>[] paramTypes, Object[] params) Invokes a method on the the given object.abstract 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) Determine if the given property on the given object is read-only using the given context.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.ELManager.setELContext(ELContext context) voidLambdaExpression.setELContext(ELContext context) voidvoidvoidvoidabstract voidSet the value of the given property on the given object using the given context.voidvoidvoidvoidvoidabstract voidModifierConstructorDescriptionELContextEvent(ELContext source) StandardELContext(ELContext context) -
Uses of ELContext in javax.servlet.jsp
Methods in javax.servlet.jsp that return ELContextModifier and TypeMethodDescriptionabstract ELContextJspContext.getELContext()Obtain the ELContext for this JSPContext. -
Uses of ELContext in javax.servlet.jsp.el
Methods in javax.servlet.jsp.el with parameters of type ELContextModifier and TypeMethodDescriptionImplicitObjectELResolver.getCommonPropertyType(ELContext context, Object base) ScopedAttributeELResolver.getCommonPropertyType(ELContext context, Object base) ImplicitObjectELResolver.getFeatureDescriptors(ELContext context, Object base) ScopedAttributeELResolver.getFeatureDescriptors(ELContext context, Object base) booleanImplicitObjectELResolver.isReadOnly(ELContext context, Object base, Object property) booleanScopedAttributeELResolver.isReadOnly(ELContext context, Object base, Object property) voidvoid -
Uses of ELContext in org.apache.el
Methods in org.apache.el with parameters of type ELContextModifier and TypeMethodDescriptionExpressionFactoryImpl.createMethodExpression(ELContext context, String expression, Class<?> expectedReturnType, Class<?>[] expectedParamTypes) ExpressionFactoryImpl.createValueExpression(ELContext context, String expression, Class<?> expectedType) MethodExpressionImpl.getMethodInfo(ELContext context) Evaluates the expression relative to the provided context, and returns information about the actual referenced method.MethodExpressionLiteral.getMethodInfo(ELContext context) Class<?>Class<?>ValueExpressionImpl.getValueReference(ELContext context) 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.booleanValueExpressionImpl.isReadOnly(ELContext context) booleanValueExpressionLiteral.isReadOnly(ELContext context) voidvoid -
Uses of ELContext in org.apache.el.lang
Subclasses of ELContext in org.apache.el.langMethods in org.apache.el.lang that return ELContextMethods in org.apache.el.lang with parameters of type ELContextModifier and TypeMethodDescriptionstatic final BooleanELSupport.coerceToBoolean(ELContext ctx, Object obj, boolean primitive) Convert an object to Boolean.static final Enum<?>ELSupport.coerceToEnum(ELContext ctx, Object obj, Class type) static final NumberELSupport.coerceToNumber(ELContext ctx, Object obj, Class<?> type) static final StringELSupport.coerceToString(ELContext ctx, Object obj) Coerce an object to a string.static final ObjectELSupport.coerceToType(ELContext ctx, Object obj, Class<?> type) static final intCompare two objects, after coercing to the same type if appropriate.static final booleanCompare two objects for equality, after coercing to the same type if appropriate.Constructors in org.apache.el.lang with parameters of type ELContextModifierConstructorDescriptionEvaluationContext(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 ELContextModifier and TypeMethodDescriptionClass<?>StreamELResolverImpl.getCommonPropertyType(ELContext context, Object base) StreamELResolverImpl.getFeatureDescriptors(ELContext context, Object base) Class<?>StreamELResolverImpl.invoke(ELContext context, Object base, Object method, Class<?>[] paramTypes, Object[] params) booleanStreamELResolverImpl.isReadOnly(ELContext context, Object base, Object property) void -
Uses of ELContext in org.apache.jasper.el
Subclasses of ELContext in org.apache.jasper.elModifier and TypeClassDescriptionclassImplementation of ELContextfinal classSimple ELContextWrapper for runtime evaluation of EL w/ dynamic FunctionMappersMethods in org.apache.jasper.el with parameters of type ELContextModifier and TypeMethodDescriptionClass<?>ELResolverImpl.getCommonPropertyType(ELContext context, Object base) Deprecated.Class<?>JasperELResolver.GraalBeanELResolver.getCommonPropertyType(ELContext context, Object base) ELResolverImpl.getFeatureDescriptors(ELContext context, Object base) Deprecated.JasperELResolver.GraalBeanELResolver.getFeatureDescriptors(ELContext context, Object base) JspMethodExpression.getMethodInfo(ELContext context) Class<?>Deprecated.Class<?>Class<?>Deprecated.JasperELResolver.invoke(ELContext context, Object base, Object method, Class<?>[] paramTypes, Object[] params) booleanELResolverImpl.isReadOnly(ELContext context, Object base, Object property) Deprecated.booleanJasperELResolver.GraalBeanELResolver.isReadOnly(ELContext context, Object base, Object property) booleanJspValueExpression.isReadOnly(ELContext context) voidDeprecated.voidJasperELResolver.GraalBeanELResolver.setValue(ELContext context, Object base, Object property, Object value) voidConstructors in org.apache.jasper.el with parameters of type ELContextModifierConstructorDescriptionELContextWrapper(ELContext target, FunctionMapper fnMapper) Deprecated. -
Uses of ELContext in org.apache.jasper.runtime
Methods in org.apache.jasper.runtime that return ELContextModifier and TypeMethodDescriptionJspContextWrapper.getELContext()PageContextImpl.getELContext()Methods in org.apache.jasper.runtime with parameters of type ELContextModifier and TypeMethodDescriptionprotected voidJspApplicationContextImpl.fireListeners(ELContext elContext)