Package org.apache.myfaces.view.facelets.el
package org.apache.myfaces.view.facelets.el
A collection of classes to support EL integration.
-
ClassDescriptionIndicate the current ValueExpression can be assumed to be cacheable when it is being tracked by DefaultVariableMapper.Utility class for composite components when used in EL Expressions --> #{cc}Composite FunctionMapper that attempts to load the Method from the first FunctionMapper, then the second if
null
.Identification inferface for types that know aboutLocation
and XML attribute name/value pair.A exception wrapper that "knows" interesting info about place where problem occurred.Default implementation ofContextAwareExceptionWrapper
, used for delegationDefault implementation of the FunctionMapperDefault instance of a VariableMapper backed by a MapHandles parsing EL Strings in accordance with the EL-API Specification.A MethodExpression that contains the original MethodExpression and the Location of the facelet file from which the MethodExpression was created.A ValueExpression that contains the original ValueExpression and the Location of the facelet file from which the ValueExpression was created.This MethodExpression contains a ValueExpression which resolves to the "real" MethodExpression that should be invoked.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.Utility class for wrapping another VariableMapper with a new context, represented by aMap
.