Package org.apache.myfaces.view.facelets.el
A collection of classes to support EL integration.
-
Interface Summary Interface Description CacheableValueExpression Indicate the current ValueExpression can be assumed to be cacheable when it is being tracked by DefaultVariableMapper.ContextAware Identification inferface for types that know aboutLocation
and XML attribute name/value pair.ContextAwareExceptionWrapper A exception wrapper that "knows" interesting info about place where problem occured. -
Class Summary Class Description CacheableValueExpressionWrapper CompositeComponentELUtils Utility class for composite components when used in EL Expressions --> #{cc}CompositeFunctionMapper Composite FunctionMapper that attempts to load the Method from the first FunctionMapper, then the second ifnull
.ContextAwareTagMethodExpression ContextAwareTagValueExpression DefaultContextAwareELException Default implementation ofContextAwareExceptionWrapper
, used for delegationDefaultFunctionMapper Default implementation of the FunctionMapperDefaultVariableMapper Default instance of a VariableMapper backed by a MapELText Handles parsing EL Strings in accordance with the EL-API Specification.ELText.ELCacheableTextVariable ELText.ELTextComposite ELText.ELTextVariable ELText.LiteralValueExpression FaceletStateValueExpression LocationMethodExpression A MethodExpression that contains the original MethodExpression and the Location of the facelet file from which the MethodExpression was created.LocationValueExpression A ValueExpression that contains the original ValueExpression and the Location of the facelet file from which the ValueExpression was created.MethodExpressionMethodExpression RedirectMethodExpressionValueExpressionActionListener RedirectMethodExpressionValueExpressionValidator RedirectMethodExpressionValueExpressionValueChangeListener ResourceLocationValueExpression TagMethodExpression TagValueExpression ValueExpressionMethodExpression This MethodExpression contains a ValueExpression which resolves to the "real" MethodExpression that should be invoked.VariableMapperBase Defines an interface to detect when an EL expression has been resolved by a facelets variable mapper and in that way allow cache it if it is possible.VariableMapperWrapper Utility class for wrapping another VariableMapper with a new context, represented by aMap
. -
Exception Summary Exception Description ContextAwareELException ContextAwareException ContextAwareMethodNotFoundException ContextAwarePropertyNotFoundException ContextAwarePropertyNotWritableException