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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected ExternalContextexternalContext(jakarta.el.ELContext context) protected FacesContextfacesContext(jakarta.el.ELContext context) abstract FeatureDescriptorabstract StringgetName()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 ObjectgetValue(jakarta.el.ELContext context) protected FeatureDescriptormakeDescriptor(String name, String description, Class<?> elResolverType) 
- 
Constructor Details- 
ImplicitObjectpublic ImplicitObject()
 
- 
- 
Method Details- 
getValue
- 
getDescriptor
- 
getNameReturns an interned String representing the name of the implicit object.
- 
getTypeReturns the most general type allowed for a future call to setValue()
- 
makeDescriptorprotected FeatureDescriptor makeDescriptor(String name, String description, Class<?> elResolverType) 
- 
facesContext
- 
externalContext
 
-