Class RequestScopeImplicitObject
java.lang.Object
org.apache.myfaces.el.resolver.implicitobject.ImplicitObject
org.apache.myfaces.el.resolver.implicitobject.RequestScopeImplicitObject
Encapsulates information needed by the ImplicitObjectResolver
- Author:
- Stan Silvert
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new instance of RequestScopeImplicitObject -
Method Summary
Methods inherited from class org.apache.myfaces.el.resolver.implicitobject.ImplicitObject
externalContext, facesContext, makeDescriptor
-
Constructor Details
-
RequestScopeImplicitObject
public RequestScopeImplicitObject()Creates a new instance of RequestScopeImplicitObject
-
-
Method Details
-
getValue
- Specified by:
getValue
in classImplicitObject
-
getName
Description copied from class:ImplicitObject
Returns an interned String representing the name of the implicit object.- Specified by:
getName
in classImplicitObject
-
getType
Description copied from class:ImplicitObject
Returns the most general type allowed for a future call to setValue()- Specified by:
getType
in classImplicitObject
-
getDescriptor
- Specified by:
getDescriptor
in classImplicitObject
-