Class CompositeComponentImplicitObject
java.lang.Object
org.apache.myfaces.el.resolver.implicitobject.ImplicitObject
org.apache.myfaces.el.resolver.implicitobject.CompositeComponentImplicitObject
Encapsulates information needed by the ImplicitObjectResolver
- Version:
- $Revision$ $Date$
- Author:
- Leonardo Uribe (latest modification by $Author$)
- 
Constructor SummaryConstructorsConstructorDescriptionCreates a new instance of CompositeComponentImplicitObjectImplicitObject
- 
Method SummaryMethods inherited from class org.apache.myfaces.el.resolver.implicitobject.ImplicitObjectexternalContext, facesContext, makeDescriptor
- 
Constructor Details- 
CompositeComponentImplicitObjectpublic CompositeComponentImplicitObject()Creates a new instance of CompositeComponentImplicitObjectImplicitObject
 
- 
- 
Method Details- 
getValue- Specified by:
- getValuein class- ImplicitObject
 
- 
getNameDescription copied from class:ImplicitObjectReturns an interned String representing the name of the implicit object.- Specified by:
- getNamein class- ImplicitObject
 
- 
getTypeDescription copied from class:ImplicitObjectReturns the most general type allowed for a future call to setValue()- Specified by:
- getTypein class- ImplicitObject
 
- 
getDescriptor- Specified by:
- getDescriptorin class- ImplicitObject
 
 
-