|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.el.ELResolver
com.caucho.el.EnvironmentLevelELResolver
public class EnvironmentLevelELResolver
Creates a variable resolver based on the classloader.
Field Summary |
---|
Fields inherited from class javax.el.ELResolver |
---|
RESOLVABLE_AT_DESIGN_TIME, TYPE |
Method Summary | |
---|---|
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()
|
Methods inherited from class javax.el.ELResolver |
---|
invoke |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |