org.apache.jasper.el
Class ELResolverImpl
java.lang.Object
javax.el.ELResolver
org.apache.jasper.el.ELResolverImpl
Deprecated.
@Deprecated
public final class ELResolverImpl
- extends ELResolver
Method Summary |
Class<?> |
getCommonPropertyType(ELContext context,
Object base)
Deprecated. |
static ELResolver |
getDefaultResolver()
Deprecated. Use ELContextImpl.getDefaultResolver() instead. This
method will be removed in Tomcat 8.0.x onwards. |
Iterator<FeatureDescriptor> |
getFeatureDescriptors(ELContext context,
Object base)
Deprecated. |
Class<?> |
getType(ELContext context,
Object base,
Object property)
Deprecated. |
Object |
getValue(ELContext context,
Object base,
Object property)
Deprecated. |
boolean |
isReadOnly(ELContext context,
Object base,
Object property)
Deprecated. |
void |
setValue(ELContext context,
Object base,
Object property,
Object value)
Deprecated. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ELResolverImpl
public ELResolverImpl(VariableResolver variableResolver)
- Deprecated.
getValue
public Object getValue(ELContext context,
Object base,
Object property)
throws NullPointerException,
PropertyNotFoundException,
ELException
- Deprecated.
- Specified by:
getValue
in class ELResolver
- Throws:
NullPointerException
PropertyNotFoundException
ELException
getType
public Class<?> getType(ELContext context,
Object base,
Object property)
throws NullPointerException,
PropertyNotFoundException,
ELException
- Deprecated.
- 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
- Deprecated.
- 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
- Deprecated.
- Specified by:
isReadOnly
in class ELResolver
- Throws:
NullPointerException
PropertyNotFoundException
ELException
getFeatureDescriptors
public Iterator<FeatureDescriptor> getFeatureDescriptors(ELContext context,
Object base)
- Deprecated.
- Specified by:
getFeatureDescriptors
in class ELResolver
getCommonPropertyType
public Class<?> getCommonPropertyType(ELContext context,
Object base)
- Deprecated.
- Specified by:
getCommonPropertyType
in class ELResolver
getDefaultResolver
@Deprecated
public static ELResolver getDefaultResolver()
- Deprecated. Use
ELContextImpl.getDefaultResolver()
instead. This
method will be removed in Tomcat 8.0.x onwards.
Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.