java.lang.Object
jakarta.el.ELResolver
org.omnifaces.el.ELResolverWrapper
- All Implemented Interfaces:
FacesWrapper<ELResolver>
Provides a simple implementation of ELResolver that can
be sub-classed by developers wishing to provide specialized behavior
to an existing ELResolver instance. The default
implementation of all methods is to call through to the wrapped
ELResolver.
Usage: extend this class and provide the instance we are wrapping to the overloaded constructor.
- Author:
- Arjan Tijms
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionClass<?>getCommonPropertyType(ELContext context, Object base) Class<?>booleanisReadOnly(ELContext context, Object base, Object property) voidMethods inherited from class jakarta.el.ELResolver
convertToType
-
Constructor Details
-
ELResolverWrapper
Construct EL resolver wrapper.- Parameters:
wrapped- The EL resolver to be wrapped.
-
-
Method Details
-
getWrapped
- Specified by:
getWrappedin interfaceFacesWrapper<ELResolver>
-
getValue
- Specified by:
getValuein classELResolver
-
invoke
public Object invoke(ELContext context, Object base, Object method, Class<?>[] paramTypes, Object[] params) - Overrides:
invokein classELResolver
-
getType
- Specified by:
getTypein classELResolver
-
setValue
- Specified by:
setValuein classELResolver
-
isReadOnly
- Specified by:
isReadOnlyin classELResolver
-
getCommonPropertyType
- Specified by:
getCommonPropertyTypein classELResolver
-