com.caucho.el
Class EnvironmentVariableResolver
java.lang.Object
javax.el.ELResolver
com.caucho.el.AbstractVariableResolver
com.caucho.el.EnvironmentVariableResolver
public class EnvironmentVariableResolver
- extends AbstractVariableResolver
Creates a variable resolver based on the classloader.
Method Summary |
java.lang.Object |
getValue(ELContext context,
java.lang.Object base,
java.lang.Object property)
Returns the named variable value. |
void |
setValue(ELContext context,
java.lang.Object base,
java.lang.Object property,
java.lang.Object value)
Sets the value for the named variable. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
EnvironmentVariableResolver
public EnvironmentVariableResolver()
- Creates the resolver
EnvironmentVariableResolver
public EnvironmentVariableResolver(ELResolver next)
- Creates the resolver
getValue
public java.lang.Object getValue(ELContext context,
java.lang.Object base,
java.lang.Object property)
- Returns the named variable value.
- Overrides:
getValue
in class AbstractVariableResolver
setValue
public void setValue(ELContext context,
java.lang.Object base,
java.lang.Object property,
java.lang.Object value)
- Sets the value for the named variable.
- Overrides:
setValue
in class AbstractVariableResolver