public class

ApplicationPropertiesConfiguration

extends Object
implements ConfigurationInterface
java.lang.Object
   ↳ com.atlassian.jira.config.webwork.ApplicationPropertiesConfiguration

Class Overview

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).

Summary

Public Constructors
ApplicationPropertiesConfiguration()
Public Methods
Object getImpl(String aName)
Get a named setting.
Iterator listImpl()
List setting names
void setImpl(String aName, Object aValue)
Set a named setting
[Expand]
Inherited Methods
From class java.lang.Object
From interface webwork.config.ConfigurationInterface

Public Constructors

public ApplicationPropertiesConfiguration ()

Public Methods

public Object getImpl (String aName)

Get a named setting.

public Iterator listImpl ()

List setting names

public void setImpl (String aName, Object aValue)