public class ApplicationPropertiesConfiguration extends Object implements webwork.config.ConfigurationInterface
In practice we only server a few properties such as max upload size and so on and these are not in the actual properties file but in the database (as set by the user).
| Constructor and Description |
|---|
ApplicationPropertiesConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
Object |
getImpl(String aName)
Get a named setting.
|
Iterator |
listImpl()
List setting names
|
void |
setImpl(String aName,
Object aValue)
Set a named setting
|
public Object getImpl(String aName) throws IllegalArgumentException
getImpl in interface webwork.config.ConfigurationInterfaceIllegalArgumentExceptionpublic void setImpl(String aName, Object aValue) throws IllegalArgumentException, UnsupportedOperationException
setImpl in interface webwork.config.ConfigurationInterfaceIllegalArgumentExceptionUnsupportedOperationExceptionpublic Iterator listImpl()
listImpl in interface webwork.config.ConfigurationInterfaceCopyright © 2002-2021 Atlassian. All Rights Reserved.