org.apache.myfaces.el.unified.resolver.implicitobject
Class ParamImplicitObject
java.lang.Object
org.apache.myfaces.el.unified.resolver.implicitobject.ImplicitObject
org.apache.myfaces.el.unified.resolver.implicitobject.ParamImplicitObject
public class ParamImplicitObject
- extends ImplicitObject
Encapsulates information needed by the ImplicitObjectResolver
- Author:
- Stan Silvert
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ParamImplicitObject
public ParamImplicitObject()
- Creates a new instance of InitParamImplicitObject
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 © 2015 The Apache Software Foundation. All rights reserved.