com.sun.faces.el
Class ImplicitObjectELResolverForJsp

java.lang.Object
  extended by javax.el.ELResolver
      extended by com.sun.faces.el.ImplicitObjectELResolver
          extended by com.sun.faces.el.ImplicitObjectELResolverForJsp
All Implemented Interfaces:
ELConstants

public class ImplicitObjectELResolverForJsp
extends ImplicitObjectELResolver


Field Summary
 
Fields inherited from class javax.el.ELResolver
RESOLVABLE_AT_DESIGN_TIME, TYPE
 
Fields inherited from interface com.sun.faces.el.ELConstants
APPLICATION, APPLICATION_SCOPE, COOKIE, FACES_CONTEXT, HEADER, HEADER_VALUES, INIT_PARAM, PARAM, PARAM_VALUES, REQUEST, REQUEST_SCOPE, SESSION, SESSION_SCOPE, VIEW
 
Constructor Summary
ImplicitObjectELResolverForJsp()
           
 
Method Summary
 java.lang.Class<?> getCommonPropertyType(javax.el.ELContext context, java.lang.Object base)
           
 java.util.Iterator<java.beans.FeatureDescriptor> getFeatureDescriptors(javax.el.ELContext context, java.lang.Object base)
           
 java.lang.Class<?> getType(javax.el.ELContext context, java.lang.Object base, java.lang.Object property)
           
 java.lang.Object getValue(javax.el.ELContext context, java.lang.Object base, java.lang.Object property)
           
 boolean isReadOnly(javax.el.ELContext context, java.lang.Object base, java.lang.Object property)
           
 void setValue(javax.el.ELContext context, java.lang.Object base, java.lang.Object property, java.lang.Object val)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImplicitObjectELResolverForJsp

public ImplicitObjectELResolverForJsp()
Method Detail

getValue

public java.lang.Object getValue(javax.el.ELContext context,
                                 java.lang.Object base,
                                 java.lang.Object property)
                          throws javax.el.ELException
Overrides:
getValue in class ImplicitObjectELResolver
Throws:
javax.el.ELException

getType

public java.lang.Class<?> getType(javax.el.ELContext context,
                                  java.lang.Object base,
                                  java.lang.Object property)
                           throws javax.el.ELException
Overrides:
getType in class ImplicitObjectELResolver
Throws:
javax.el.ELException

setValue

public void setValue(javax.el.ELContext context,
                     java.lang.Object base,
                     java.lang.Object property,
                     java.lang.Object val)
              throws javax.el.ELException
Overrides:
setValue in class ImplicitObjectELResolver
Throws:
javax.el.ELException

isReadOnly

public boolean isReadOnly(javax.el.ELContext context,
                          java.lang.Object base,
                          java.lang.Object property)
                   throws javax.el.ELException
Overrides:
isReadOnly in class ImplicitObjectELResolver
Throws:
javax.el.ELException

getFeatureDescriptors

public java.util.Iterator<java.beans.FeatureDescriptor> getFeatureDescriptors(javax.el.ELContext context,
                                                                              java.lang.Object base)
Overrides:
getFeatureDescriptors in class ImplicitObjectELResolver

getCommonPropertyType

public java.lang.Class<?> getCommonPropertyType(javax.el.ELContext context,
                                                java.lang.Object base)
Overrides:
getCommonPropertyType in class ImplicitObjectELResolver


Copyright ? 2002-2006 Sun Microsystems, Inc. All Rights Reserved.