| Class | Description |
|---|---|
| FacesImplicitObjectELResolver |
ELResolver implementation that accesses implicit objects
in the current request context. |
| FacesPropertyResolverChainWrapper |
ELResolver implementation that wraps the legacy (JSF 1.1)
PropertyResolver chain. |
| FacesResourceBundleELResolver |
ELResolver implementation that accesses resource bundles
in the current application. |
| FacesScopedAttributeELResolver |
ELResolver implementation that accesses scoped variables
in the current request context. |
| FacesVariableResolverChainWrapper |
ELResolver implementation that wraps the legacy (JSF 1.1)
VariableResolver chain. |
| MockELContext |
Mock implementation of
ELContext. |
| MockExpressionFactory |
Mock implementation of
ExpressionFactory. |
| MockFunctionMapper |
Mock implementation of
FunctionMapper. |
| MockMethodExpression |
Mock implementation of
MethodExpression. |
| MockValueExpression |
Mock implementation of
ValueExpression. |
| MockVariableMapper |
Mock implementation of
VariableMapper. |
| MockVariableValueExpression |
Mock implementation of
ValueExpression that wraps a variable. |
This package contains mock objects and supporting infrastructure for expression evaluation using the Unified EL APIs. These classes are only relevant when running in a JSF 1.2 environment.
Copyright © 2004-2013 Apache Software Foundation. All Rights Reserved.