Package org.apache.struts2.config
Class DefaultSettings
java.lang.Object
org.apache.struts2.config.DefaultSettings
DefaultSettings implements optional methods of Settings.
This class creates and delegates to other settings by using an internal
DelegatingSettings
object.
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs an instance by loading the standard property files, any custom property files (struts.custom.properties
), and any custom message resources (). -
Method Summary
-
Constructor Details
-
DefaultSettings
public DefaultSettings()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.
-
-
Method Details
-
getLocation
-
get
- Throws:
IllegalArgumentException
-
list
-