Class | Description |
---|---|
CustomFirstELResolverComparator |
Comparator for ELResolvers that shifts the Resolvers from
the faces-config to the front.
|
CustomLastELResolverComparator |
Comparator for ELResolvers that shifts the Resolvers from
the faces-config to the back.
|
ELContextDecorator |
This ELContext is used to hook into the EL handling, by decorating the
ELResolver chain with a custom ELResolver.
|
ELResolverBuilder |
The ELResolverBuilder is responsible to build the el resolver which is used by the application through
Application.getELResolver() according to 1.2 spec
section 5.6.2 or to be used as the el resolver for jsp
according to 1.2 spec section 5.6.1 |
ELResolverBuilderForFaces |
Create the el resolver for faces. see 1.2 spec section 5.6.2
|
ELResolverBuilderForJSP |
build the el resolver for jsp. see 1.2 spec section 5.6.1
|
FacesELContext |
ELContext used for JSF.
|
OpenWebBeansELResolverComparator |
Comparator for ELResolvers that shifts the Resolver from OWB to the last place.
|
ResolverForJSPInitializer |
The class will initialize the resolver for JSP
|
ValueReferenceResolver |
Copyright © 2020 The Apache Software Foundation. All rights reserved.