Class ImplicitObject
java.lang.Object
org.apache.myfaces.el.resolver.implicitobject.ImplicitObject
- Direct Known Subclasses:
ApplicationImplicitObject
,ApplicationScopeImplicitObject
,ComponentImplicitObject
,CompositeComponentImplicitObject
,CookieImplicitObject
,FacesContextImplicitObject
,FlowScopeImplicitObject
,HeaderImplicitObject
,HeaderValuesImplicitObject
,InitParamImplicitObject
,ParamImplicitObject
,ParamValuesImplicitObject
,RequestImplicitObject
,RequestScopeImplicitObject
,ResourceImplicitObject
,SessionImplicitObject
,SessionScopeImplicitObject
,ViewImplicitObject
,ViewScopeImplicitObject
Implementors of this class encapsulate the information needed to resolve the implicit object.
- Author:
- Stan Silvert
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected ExternalContext
externalContext
(jakarta.el.ELContext context) protected FacesContext
facesContext
(jakarta.el.ELContext context) abstract FeatureDescriptor
abstract String
getName()
Returns an interned String representing the name of the implicit object.abstract Class<?>
getType()
Returns the most general type allowed for a future call to setValue()abstract Object
getValue
(jakarta.el.ELContext context) protected FeatureDescriptor
makeDescriptor
(String name, String description, Class<?> elResolverType)
-
Constructor Details
-
ImplicitObject
public ImplicitObject()
-
-
Method Details
-
getValue
-
getDescriptor
-
getName
Returns an interned String representing the name of the implicit object. -
getType
Returns the most general type allowed for a future call to setValue() -
makeDescriptor
protected FeatureDescriptor makeDescriptor(String name, String description, Class<?> elResolverType) -
facesContext
-
externalContext
-