| com.caucho.el.EnvironmentLevelELResolver
EnvironmentLevelELResolver | public class EnvironmentLevelELResolver extends ELResolver (Code) | | Creates a variable resolver based on the classloader.
|
Method Summary | |
public static EnvironmentLevelELResolver | create() | public static EnvironmentLevelELResolver | create(ClassLoader loader) | public boolean | equals(Object o) | public Class> | getCommonPropertyType(ELContext context, Object base) | public Iterator<FeatureDescriptor> | getFeatureDescriptors(ELContext context, Object base) | public Class> | getType(ELContext context, Object base, Object property) Returns the named variable value. | public Object | getValue(ELContext env, Object base, Object property) Returns the named variable value. | public boolean | isReadOnly(ELContext context, Object base, Object property) Returns true for read-only. | public void | setValue(ELContext env, Object base, Object property, Object value) Sets the value for the named variable. | public String | toString() |
getCommonPropertyType | public Class> getCommonPropertyType(ELContext context, Object base)(Code) | | |
getType | public Class> getType(ELContext context, Object base, Object property)(Code) | | Returns the named variable value.
|
isReadOnly | public boolean isReadOnly(ELContext context, Object base, Object property)(Code) | | Returns true for read-only.
|
setValue | public void setValue(ELContext env, Object base, Object property, Object value)(Code) | | Sets the value for the named variable.
|
|
|