org.apache.myfaces.el.unified.resolver.implicitobject
Class ComponentImplicitObject
java.lang.Object
org.apache.myfaces.el.unified.resolver.implicitobject.ImplicitObject
org.apache.myfaces.el.unified.resolver.implicitobject.ComponentImplicitObject
public class ComponentImplicitObject
- extends ImplicitObject
Encapsulates information needed by the ImplicitObjectResolver
- Version:
- $Revision: 804801 $ $Date: 2009-08-16 18:00:20 -0500 (Sun, 16 Aug 2009) $
- Author:
- Leonardo Uribe (latest modification by $Author: lu4242 $)
Method Summary |
java.beans.FeatureDescriptor |
getDescriptor()
|
java.lang.String |
getName()
Returns an interned String representing the name of the implicit object. |
java.lang.Class<?> |
getType()
Returns the most general type allowed for a future call to setValue() |
java.lang.Object |
getValue(javax.el.ELContext context)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ComponentImplicitObject
public ComponentImplicitObject()
- Creates a new instance of ComponentImplicitObject
getValue
public java.lang.Object getValue(javax.el.ELContext context)
- Specified by:
getValue
in class ImplicitObject
getName
public java.lang.String getName()
- Description copied from class:
ImplicitObject
- Returns an interned String representing the name of the implicit object.
- Specified by:
getName
in class ImplicitObject
getType
public java.lang.Class<?> getType()
- Description copied from class:
ImplicitObject
- Returns the most general type allowed for a future call to setValue()
- Specified by:
getType
in class ImplicitObject
getDescriptor
public java.beans.FeatureDescriptor getDescriptor()
- Specified by:
getDescriptor
in class ImplicitObject
Copyright © 2010 The Apache Software Foundation. All Rights Reserved.