Class ComponentImplicitObject
- java.lang.Object
- 
- org.apache.myfaces.el.resolver.implicitobject.ImplicitObject
- 
- org.apache.myfaces.el.resolver.implicitobject.ComponentImplicitObject
 
 
- 
 public class ComponentImplicitObject extends ImplicitObject Encapsulates information needed by the ImplicitObjectResolver- Version:
- $Revision$ $Date$
- Author:
- Leonardo Uribe (latest modification by $Author$)
 
- 
- 
Constructor SummaryConstructors Constructor Description ComponentImplicitObject()Creates a new instance of ComponentImplicitObject
 - 
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
 
 
- 
 
-