java.lang.Object
jakarta.el.ELResolver
org.omnifaces.el.FacesELResolver
This EL resolver basically creates an implicit object
#{faces} in EL scope.
All methods of Faces utility class which start with "get" or "is", and take no parameters, and return
either String or boolean, and are not related to response nor to session or flash (for
which already implicit EL objects #{session} and #{flash} exist), will be available as
properties of the implicit object #{faces}. Examples are:
#{faces.development}
#{faces.serverInfo}
#{faces.ajaxRequest}
#{faces.requestBaseURL}
#{faces.requestURLWithQueryString}
- Since:
- 2.6
- Author:
- Bauke Scholtz
- See Also:
-
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, invoke
-
Constructor Details
-
FacesELResolver
public FacesELResolver()
-
-
Method Details
-
getCommonPropertyType
- Specified by:
getCommonPropertyTypein classELResolver
-
getType
- Specified by:
getTypein classELResolver
-
getValue
- Specified by:
getValuein classELResolver
-
setValue
- Specified by:
setValuein classELResolver
-
isReadOnly
- Specified by:
isReadOnlyin classELResolver
-