javax.servlet.jsp.el
Class ImplicitObjectELResolver
java.lang.Object
javax.el.ELResolver
javax.servlet.jsp.el.ImplicitObjectELResolver
public class ImplicitObjectELResolver
- extends ELResolver
- Since:
- 2.1
Method Summary |
Class<String> |
getCommonPropertyType(ELContext context,
Object base)
|
Iterator<FeatureDescriptor> |
getFeatureDescriptors(ELContext context,
Object base)
|
Class |
getType(ELContext context,
Object base,
Object property)
|
Object |
getValue(ELContext context,
Object base,
Object property)
|
boolean |
isReadOnly(ELContext context,
Object base,
Object property)
|
void |
setValue(ELContext context,
Object base,
Object property,
Object value)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ImplicitObjectELResolver
public ImplicitObjectELResolver()
getValue
public Object getValue(ELContext context,
Object base,
Object property)
throws NullPointerException,
PropertyNotFoundException,
ELException
- Specified by:
getValue
in class ELResolver
- Throws:
NullPointerException
PropertyNotFoundException
ELException
getType
public Class getType(ELContext context,
Object base,
Object property)
throws NullPointerException,
PropertyNotFoundException,
ELException
- Specified by:
getType
in class ELResolver
- Throws:
NullPointerException
PropertyNotFoundException
ELException
setValue
public void setValue(ELContext context,
Object base,
Object property,
Object value)
throws NullPointerException,
PropertyNotFoundException,
PropertyNotWritableException,
ELException
- Specified by:
setValue
in class ELResolver
- Throws:
NullPointerException
PropertyNotFoundException
PropertyNotWritableException
ELException
isReadOnly
public boolean isReadOnly(ELContext context,
Object base,
Object property)
throws NullPointerException,
PropertyNotFoundException,
ELException
- Specified by:
isReadOnly
in class ELResolver
- Throws:
NullPointerException
PropertyNotFoundException
ELException
getFeatureDescriptors
public Iterator<FeatureDescriptor> getFeatureDescriptors(ELContext context,
Object base)
- Specified by:
getFeatureDescriptors
in class ELResolver
getCommonPropertyType
public Class<String> getCommonPropertyType(ELContext context,
Object base)
- Specified by:
getCommonPropertyType
in class ELResolver
Copyright © 2003-2012 Apache Software Foundation. All Rights Reserved.