Interface | Description |
---|---|
ELConstants |
Class | Description |
---|---|
ChainAwareVariableResolver |
This special VariableResolver serves as the "original"
VariableResolver that is passed to the one-arg ctor for the
first custom VariableResolver that is encountered during
application configuration.
|
ChainTypeCompositeELResolver |
Maintains an ordered composite list of child
ELResolver for JSF . |
CompositeComponentAttributesELResolver |
This
ELResolver will handle the resolution of attrs
when processing a composite component instance. |
DemuxCompositeELResolver |
Maintains an ordered composite list of child
ELResolver for JSF . |
DummyPropertyResolverImpl |
Default propertyResolver implementation that gets the ELContext from the
argument FacesContext and calls setPropertyResolved(false) on it.
|
ELContextImpl |
Concrete implementation of
ELContext . |
ELContextListenerImpl | |
ELUtils |
Utility class for EL related methods.
|
FacesCompositeELResolver |
Maintains an ordered composite list of child
ELResolver for JSF . |
FacesResourceBundleELResolver | |
ImplicitObjectELResolver | |
ImplicitObjectELResolverForJsp | |
ManagedBeanELResolver | |
PropertyResolverChainWrapper | |
PropertyResolverImpl |
Concrete implementation of
PropertyResolver . |
ResourceELResolver |
ELResolver to resolve expressions like the following:
#{resource['library:resource']}
#{resource['resource']}
|
ScopedAttributeELResolver | |
VariableResolverChainWrapper | |
VariableResolverImpl |
Concrete implementation of
VariableResolver . |
Enum | Description |
---|---|
ELUtils.Scope | |
FacesCompositeELResolver.ELResolverChainType |
JSP indicates this CompositeELResolver instance is the
JSP chain, specified in section 5.6.1 of the spec.
|
Copyright © 1997–2019 Eclipse Foundation. All rights reserved.