Class ConfluenceStrutsConfigurationProvider.ConfluenceStrutsSettings
- java.lang.Object
- 
- org.apache.struts2.config.DefaultSettings
- 
- com.atlassian.confluence.impl.struts.ConfluenceStrutsConfigurationProvider.ConfluenceStrutsSettings
 
 
- 
- Enclosing class:
- ConfluenceStrutsConfigurationProvider
 
 public static class ConfluenceStrutsConfigurationProvider.ConfluenceStrutsSettings extends org.apache.struts2.config.DefaultSettings
- 
- 
Field SummaryFields Modifier and Type Field Description static Set<String>RUNTIME_KEYSList of Struts settings that should be loaded from runtime configuration, and have their retrieval defined inget(java.lang.String).
 - 
Constructor SummaryConstructors Constructor Description ConfluenceStrutsSettings(BootstrapManager bootstrapManager)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringget(String aName)These properties are refreshed following anXWork config reload.com.opensymphony.xwork2.util.location.LocationgetLocation(String name)Iteratorlist()List setting keys provided by this class
 
- 
- 
- 
Field Detail- 
RUNTIME_KEYSpublic static final Set<String> RUNTIME_KEYS List of Struts settings that should be loaded from runtime configuration, and have their retrieval defined inget(java.lang.String).
 
- 
 - 
Constructor Detail- 
ConfluenceStrutsSettingspublic ConfluenceStrutsSettings(BootstrapManager bootstrapManager) 
 
- 
 - 
Method Detail- 
getpublic String get(String aName) throws IllegalArgumentException These properties are refreshed following anXWork config reload. This can be triggered using anXWorkStateChangeEvent.- Overrides:
- getin class- org.apache.struts2.config.DefaultSettings
- Throws:
- IllegalArgumentException
 
 - 
listpublic Iterator list() List setting keys provided by this class- Overrides:
- listin class- org.apache.struts2.config.DefaultSettings
 
 - 
getLocationpublic com.opensymphony.xwork2.util.location.Location getLocation(String name) - Overrides:
- getLocationin class- org.apache.struts2.config.DefaultSettings
 
 
- 
 
-