|
||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |
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
DefaultSettings implements optional methods of Settings. |
(package private) class |
DelegatingSettings
DelegatingSettings stores an internal list of Settings objects
to update settings or retrieve settings values. |
(package private) class |
PropertiesSettings
A class to handle settings via a properties file. |
Fields in org.apache.struts2.config declared as Settings | |
---|---|
(package private) static Settings |
Settings.defaultImpl
Deprecated. An instance of DefaultSettings
to use when another implementation is not provided (plugged in). |
(package private) Settings |
DefaultSettings.delegate
The Settings object that handles API calls. |
(package private) Settings[] |
DelegatingSettings.delegates
The Settings objects. |
(package private) static Settings |
Settings.settingsImpl
Deprecated. A pluggable implementation of Settings, provided through the setInstance(org.apache.struts2.config.Settings) method. |
Methods in org.apache.struts2.config that return Settings | |
---|---|
private static Settings |
Settings.getDefaultInstance()
Deprecated. Creates a default Settings object. |
static Settings |
Settings.getInstance()
Deprecated. Provides the Settings object. |
Methods in org.apache.struts2.config with parameters of type Settings | |
---|---|
protected void |
LegacyPropertiesConfigurationProvider.loadSettings(LocatableProperties props,
Settings settings)
|
static void |
Settings.setInstance(Settings config)
Deprecated. Registers a custom Settings implementation (plugin), and resets the cached locale. |
Constructors in org.apache.struts2.config with parameters of type Settings | |
---|---|
DelegatingSettings(Settings[] delegates)
Creates a new DelegatingSettings object utilizing the list of Settings objects. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |