org.apache.myfaces.el.unified.resolver.implicitobject
Class RequestImplicitObject

java.lang.Object
  extended by org.apache.myfaces.el.unified.resolver.implicitobject.ImplicitObject
      extended by org.apache.myfaces.el.unified.resolver.implicitobject.RequestImplicitObject

public class RequestImplicitObject
extends ImplicitObject

Encapsulates information needed by the ImplicitObjectResolver

Author:
Stan Silvert

Constructor Summary
RequestImplicitObject()
          Creates a new instance of ParamValueRequestImplicitObject
 
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 org.apache.myfaces.el.unified.resolver.implicitobject.ImplicitObject
externalContext, facesContext, makeDescriptor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RequestImplicitObject

public RequestImplicitObject()
Creates a new instance of ParamValueRequestImplicitObject

Method Detail

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.