| java.lang.Object org.apache.struts2.config.Settings org.apache.struts2.config.DefaultSettings
DefaultSettings | public class DefaultSettings extends Settings (Code) | | DefaultSettings implements optional methods of Settings.
This class creates and delegates to other settings by using an internal
DelegatingSettings object.
|
Field Summary | |
Settings | delegate The Settings object that handles API calls. | protected Log | log The logging instance for this class. |
Constructor Summary | |
public | DefaultSettings() Constructs an instance by loading the standard property files,
any custom property files (struts.custom.properties ),
and any custom message resources (). |
delegate | Settings delegate(Code) | | The Settings object that handles API calls.
|
log | protected Log log(Code) | | The logging instance for this class.
|
DefaultSettings | public DefaultSettings()(Code) | | Constructs an instance by loading the standard property files,
any custom property files (struts.custom.properties ),
and any custom message resources ().
Since this constructor combines Settings from multiple resources,
it utilizes a
DelegatingSettings instance,
and all API calls are handled by that instance.
|
|
|