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() |
invoke
public 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 ELResolver
public java.lang.Class<?> getType(ELContext context, java.lang.Object base, java.lang.Object property)
getType
in class ELResolver
public java.lang.Class<?> getCommonPropertyType(ELContext context, java.lang.Object base)
getCommonPropertyType
in class ELResolver
public java.util.Iterator<java.beans.FeatureDescriptor> getFeatureDescriptors(ELContext context, java.lang.Object base)
getFeatureDescriptors
in class ELResolver
public java.lang.Object getValue(ELContext env, java.lang.Object base, java.lang.Object property)
getValue
in class ELResolver
public void setValue(ELContext env, java.lang.Object base, java.lang.Object property, java.lang.Object value)
setValue
in class ELResolver
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object