| com.caucho.el.AbstractVariableResolver com.caucho.el.SystemPropertiesResolver
SystemPropertiesResolver | public class SystemPropertiesResolver extends AbstractVariableResolver (Code) | | Variable resolver using the system properties (@link System#getProperty()}
and the environment
System@getenv() .
|
Inner Class :static class PropertyMap extends AbstractMap | |
SystemPropertiesResolver | public SystemPropertiesResolver()(Code) | | Creates the resolver
|
SystemPropertiesResolver | public SystemPropertiesResolver(ELResolver next)(Code) | | Creates the resolver
|
toString | public String toString()(Code) | | Returns the system property resolver.
|
Methods inherited from com.caucho.el.AbstractVariableResolver | public Class> getCommonPropertyType(ELContext context, Object base)(Code)(Java Doc) public Iterator<FeatureDescriptor> getFeatureDescriptors(ELContext context, Object base)(Code)(Java Doc) public ELResolver getNext()(Code)(Java Doc) public Class> getType(ELContext context, Object base, Object property)(Code)(Java Doc) public Object getValue(ELContext context, Object base, Object property)(Code)(Java Doc) public boolean isReadOnly(ELContext context, Object base, Object property) throws PropertyNotFoundException, ELException(Code)(Java Doc) public void setValue(ELContext context, Object base, Object property, Object value) throws PropertyNotFoundException, PropertyNotWritableException, ELException(Code)(Java Doc) public String toString()(Code)(Java Doc)
|
|
|