Class ComponentImplicitObject
java.lang.Object
org.apache.myfaces.el.resolver.implicitobject.ImplicitObject
org.apache.myfaces.el.resolver.implicitobject.ComponentImplicitObject
Encapsulates information needed by the ImplicitObjectResolver
- Version:
- $Revision$ $Date$
- Author:
- Leonardo Uribe (latest modification by $Author$)
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.myfaces.el.resolver.implicitobject.ImplicitObject
externalContext, facesContext, makeDescriptor
-
Constructor Details
-
ComponentImplicitObject
public ComponentImplicitObject()Creates a new instance of ComponentImplicitObject
-
-
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
-