public class EnvironmentVariableResolver extends AbstractVariableResolver
RESOLVABLE_AT_DESIGN_TIME, TYPE| Constructor and Description |
|---|
EnvironmentVariableResolver()
Creates the resolver
|
EnvironmentVariableResolver(ELResolver next)
Creates the resolver
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
getCommonPropertyType, getFeatureDescriptors, getNext, getType, isReadOnly, toStringinvokepublic EnvironmentVariableResolver()
public EnvironmentVariableResolver(ELResolver next)
public java.lang.Object getValue(ELContext context, java.lang.Object base, java.lang.Object property)
getValue in class AbstractVariableResolverpublic void setValue(ELContext context, java.lang.Object base, java.lang.Object property, java.lang.Object value)
setValue in class AbstractVariableResolver