|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Settings | |
---|---|
org.apache.struts2.config | Classes for Struts configuration and property handling. |
Uses of Settings in org.apache.struts2.config |
---|
Subclasses of Settings in org.apache.struts2.config | |
---|---|
class |
DefaultSettings
Default implementation of Settings - creates and delegates to other settingss by using an internal DelegatingSettings . |
class |
DelegatingSettings
A Settings implementation which stores an internal list of settings objects. |
class |
PropertiesSettings
A class to handle settings via a properties file. |
Methods in org.apache.struts2.config that return Settings | |
---|---|
static Settings |
Settings.getInstance()
Gets the current settings implementation. |
Methods in org.apache.struts2.config with parameters of type Settings | |
---|---|
static void |
Settings.setInstance(Settings config)
Sets the current settings implementation. |
Constructors in org.apache.struts2.config with parameters of type Settings | |
---|---|
DelegatingSettings(Settings[] aConfigList)
Creates a new DelegatingSettings object given a list of Settings implementations. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |