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: 1149768 $ $Date: 2011-07-22 19:00:08 -0500 (Fri, 22 Jul 2011) $
- Author:
- Leonardo Uribe (latest modification by $Author: lu4242 $)
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 Object getValue(javax.el.ELContext context)
- Specified by:
getValue
in class ImplicitObject
getName
public 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 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 FeatureDescriptor getDescriptor()
- Specified by:
getDescriptor
in class ImplicitObject
Copyright © 2011 The Apache Software Foundation. All Rights Reserved.