Package com.sun.facelets.el

A collection of classes to support EL integration.

See:
          Description

Class Summary
CompositeFunctionMapper Composite FunctionMapper that attempts to load the Method from the first FunctionMapper, then the second if null.
CompositeVariableMapper Composite VariableMapper that attempts to load the ValueExpression from the first VariableMapper, then the second if null.
DefaultFunctionMapper Default implementation of the FunctionMapper
DefaultVariableMapper Default instance of a VariableMapper backed by a Map
ELAdaptor  
ELText Handles parsing EL Strings in accordance with the EL-API Specification.
LegacyELContext Deprecated.  
LegacyMethodBinding Deprecated.  
LegacyValueBinding Deprecated.  
TagMethodExpression  
TagValueExpression  
VariableMapperWrapper Utility class for wrapping another VariableMapper with a new context, represented by a Map.
 

Package com.sun.facelets.el Description

A collection of classes to support EL integration.



Copyright © 2005 All Rights Reserved.