public class ConfigPropertiesResolver extends AbstractVariableResolver
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String[] |
RESIN_PROPERTIES |
RESOLVABLE_AT_DESIGN_TIME, TYPE| Constructor and Description |
|---|
ConfigPropertiesResolver()
Creates the resolver
|
ConfigPropertiesResolver(ELResolver next)
Creates the resolver
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getValue(ELContext env,
java.lang.Object base,
java.lang.Object property)
Returns the named variable value.
|
java.lang.String |
toString()
Returns the system property resolver.
|
getCommonPropertyType, getFeatureDescriptors, getNext, getType, isReadOnly, setValueinvokepublic ConfigPropertiesResolver()
public ConfigPropertiesResolver(ELResolver next)
public java.lang.Object getValue(ELContext env, java.lang.Object base, java.lang.Object property)
getValue in class AbstractVariableResolverpublic java.lang.String toString()
toString in class AbstractVariableResolver