|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.opensymphony.webwork.config.Configuration
com.opensymphony.webwork.config.DefaultConfiguration
Default implementation of Configuration - creates and delegates to other configurations by using an internal
DelegatingConfiguration.
| Field Summary | |
protected org.apache.commons.logging.Log |
log
|
| Constructor Summary | |
DefaultConfiguration()
Creates a new DefaultConfiguration object by loading all property files and creating an internal DelegatingConfiguration object. |
|
| Method Summary | |
Object |
getImpl(String aName)
Gets the specified property - delegates to the internal config implementation. |
boolean |
isSetImpl(String aName)
Determines whether or not a value has been set - delegates to the internal config implementation. |
Iterator |
listImpl()
Returns a list of all property names - delegates to the internal config implementation. |
void |
setImpl(String aName,
Object aValue)
Sets the given property - delegates to the internal config implementation. |
| Methods inherited from class com.opensymphony.webwork.config.Configuration |
get, getConfiguration, getLocale, getString, isSet, list, set, setConfiguration |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected org.apache.commons.logging.Log log
| Constructor Detail |
public DefaultConfiguration()
DelegatingConfiguration object. All calls to get and set
in this class will call that configuration object.
| Method Detail |
public void setImpl(String aName,
Object aValue)
throws IllegalArgumentException,
UnsupportedOperationException
setImpl in class ConfigurationIllegalArgumentException
UnsupportedOperationExceptionConfiguration.set(String, Object)
public Object getImpl(String aName)
throws IllegalArgumentException
getImpl in class ConfigurationIllegalArgumentExceptionConfiguration.get(String)public boolean isSetImpl(String aName)
isSetImpl in class ConfigurationConfiguration.isSet(String)public Iterator listImpl()
listImpl in class ConfigurationConfiguration.list()
|
WebWork Project Page | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||