public final class ELResolverImpl
extends ELResolver
Modifier and Type | Field and Description |
---|---|
static boolean |
NEW_RESOLVER_INSTANCE |
Constructor and Description |
---|
ELResolverImpl(VariableResolver variableResolver) |
Modifier and Type | Method and Description |
---|---|
java.lang.Class<?> |
getCommonPropertyType(ELContext context,
java.lang.Object base) |
static ELResolver |
getDefaultResolver() |
java.util.Iterator<java.beans.FeatureDescriptor> |
getFeatureDescriptors(ELContext context,
java.lang.Object base) |
java.lang.Class<?> |
getType(ELContext context,
java.lang.Object base,
java.lang.Object property) |
java.lang.Object |
getValue(ELContext context,
java.lang.Object base,
java.lang.Object property) |
boolean |
isReadOnly(ELContext context,
java.lang.Object base,
java.lang.Object property) |
void |
setValue(ELContext context,
java.lang.Object base,
java.lang.Object property,
java.lang.Object value) |
public java.lang.Object getValue(ELContext context, java.lang.Object base, java.lang.Object property) throws java.lang.NullPointerException, PropertyNotFoundException, ELException
java.lang.NullPointerException
PropertyNotFoundException
ELException
public java.lang.Class<?> getType(ELContext context, java.lang.Object base, java.lang.Object property) throws java.lang.NullPointerException, PropertyNotFoundException, ELException
java.lang.NullPointerException
PropertyNotFoundException
ELException
public void setValue(ELContext context, java.lang.Object base, java.lang.Object property, java.lang.Object value) throws java.lang.NullPointerException, PropertyNotFoundException, PropertyNotWritableException, ELException
java.lang.NullPointerException
PropertyNotFoundException
PropertyNotWritableException
ELException
public boolean isReadOnly(ELContext context, java.lang.Object base, java.lang.Object property) throws java.lang.NullPointerException, PropertyNotFoundException, ELException
java.lang.NullPointerException
PropertyNotFoundException
ELException
public java.util.Iterator<java.beans.FeatureDescriptor> getFeatureDescriptors(ELContext context, java.lang.Object base)
public java.lang.Class<?> getCommonPropertyType(ELContext context, java.lang.Object base)
public static ELResolver getDefaultResolver()