Class RequestScopeImplicitObject
- java.lang.Object
- 
- org.apache.myfaces.el.resolver.implicitobject.ImplicitObject
- 
- org.apache.myfaces.el.resolver.implicitobject.RequestScopeImplicitObject
 
 
- 
 public class RequestScopeImplicitObject extends ImplicitObject Encapsulates information needed by the ImplicitObjectResolver- Author:
- Stan Silvert
 
- 
- 
Constructor SummaryConstructors Constructor Description RequestScopeImplicitObject()Creates a new instance of RequestScopeImplicitObject
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description FeatureDescriptorgetDescriptor()StringgetName()Returns an interned String representing the name of the implicit object.Class<?>getType()Returns the most general type allowed for a future call to setValue()ObjectgetValue(jakarta.el.ELContext context)- 
Methods inherited from class org.apache.myfaces.el.resolver.implicitobject.ImplicitObjectexternalContext, facesContext, makeDescriptor
 
- 
 
- 
- 
- 
Method Detail- 
getValuepublic Object getValue(jakarta.el.ELContext context) - Specified by:
- getValuein class- ImplicitObject
 
 - 
getNamepublic String getName() Description copied from class:ImplicitObjectReturns an interned String representing the name of the implicit object.- Specified by:
- getNamein class- ImplicitObject
 
 - 
getTypepublic Class<?> getType() Description copied from class:ImplicitObjectReturns the most general type allowed for a future call to setValue()- Specified by:
- getTypein class- ImplicitObject
 
 - 
getDescriptorpublic FeatureDescriptor getDescriptor() - Specified by:
- getDescriptorin class- ImplicitObject
 
 
- 
 
-