public class EnvironmentLevelELResolver extends ELResolver
RESOLVABLE_AT_DESIGN_TIME, TYPE| Modifier and Type | Method and Description |
|---|---|
static EnvironmentLevelELResolver |
create()
Creates the resolver
|
static EnvironmentLevelELResolver |
create(java.lang.ClassLoader loader)
Creates the resolver
|
boolean |
equals(java.lang.Object o) |
java.lang.Class<?> |
getCommonPropertyType(ELContext context,
java.lang.Object base) |
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)
Returns the named variable value.
|
java.lang.Object |
getValue(ELContext env,
java.lang.Object base,
java.lang.Object property)
Returns the named variable value.
|
boolean |
isReadOnly(ELContext context,
java.lang.Object base,
java.lang.Object property)
Returns true for read-only.
|
void |
setValue(ELContext env,
java.lang.Object base,
java.lang.Object property,
java.lang.Object value)
Sets the value for the named variable.
|
java.lang.String |
toString() |
invokepublic static EnvironmentLevelELResolver create()
public static EnvironmentLevelELResolver create(java.lang.ClassLoader loader)
public boolean isReadOnly(ELContext context, java.lang.Object base, java.lang.Object property)
isReadOnly in class ELResolverpublic java.lang.Class<?> getType(ELContext context, java.lang.Object base, java.lang.Object property)
getType in class ELResolverpublic java.lang.Class<?> getCommonPropertyType(ELContext context, java.lang.Object base)
getCommonPropertyType in class ELResolverpublic java.util.Iterator<java.beans.FeatureDescriptor> getFeatureDescriptors(ELContext context, java.lang.Object base)
getFeatureDescriptors in class ELResolverpublic java.lang.Object getValue(ELContext env, java.lang.Object base, java.lang.Object property)
getValue in class ELResolverpublic void setValue(ELContext env, java.lang.Object base, java.lang.Object property, java.lang.Object value)
setValue in class ELResolverpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object