@Deprecated public final class ELResolverImpl extends ELResolver
RESOLVABLE_AT_DESIGN_TIME, TYPE
Constructor and Description |
---|
ELResolverImpl(VariableResolver variableResolver)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
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.
|
invoke
public ELResolverImpl(VariableResolver variableResolver)
public Object getValue(ELContext context, Object base, Object property) throws NullPointerException, PropertyNotFoundException, ELException
getValue
in class ELResolver
NullPointerException
PropertyNotFoundException
ELException
public Class<?> getType(ELContext context, Object base, Object property) throws NullPointerException, PropertyNotFoundException, ELException
getType
in class ELResolver
NullPointerException
PropertyNotFoundException
ELException
public void setValue(ELContext context, Object base, Object property, Object value) throws NullPointerException, PropertyNotFoundException, PropertyNotWritableException, ELException
setValue
in class ELResolver
NullPointerException
PropertyNotFoundException
PropertyNotWritableException
ELException
public boolean isReadOnly(ELContext context, Object base, Object property) throws NullPointerException, PropertyNotFoundException, ELException
isReadOnly
in class ELResolver
NullPointerException
PropertyNotFoundException
ELException
public Iterator<FeatureDescriptor> getFeatureDescriptors(ELContext context, Object base)
getFeatureDescriptors
in class ELResolver
public Class<?> getCommonPropertyType(ELContext context, Object base)
getCommonPropertyType
in class ELResolver
@Deprecated public static ELResolver getDefaultResolver()
ELContextImpl.getDefaultResolver()
instead. This
method will be removed in Tomcat 8.0.x onwards.Copyright © 2000-2015 Apache Software Foundation. All Rights Reserved.