|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.jira.config.webwork.ApplicationPropertiesConfiguration
public class ApplicationPropertiesConfiguration
A webwork configuration class that will add JIRA's Application properties to the configuration stack.
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 Summary | |
|---|---|
ApplicationPropertiesConfiguration()
|
|
| Method Summary | |
|---|---|
Object |
getImpl(String aName)
Get a named setting. |
Iterator |
listImpl()
List setting names |
void |
setImpl(String aName,
Object aValue)
Set a named setting |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ApplicationPropertiesConfiguration()
| Method Detail |
|---|
public Object getImpl(String aName)
throws IllegalArgumentException
getImpl in interface webwork.config.ConfigurationInterfaceIllegalArgumentException
public void setImpl(String aName,
Object aValue)
throws IllegalArgumentException,
UnsupportedOperationException
setImpl in interface webwork.config.ConfigurationInterfaceIllegalArgumentException
UnsupportedOperationExceptionpublic Iterator listImpl()
listImpl in interface webwork.config.ConfigurationInterface
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||