Save This Page
Home » struts-2.0.11.2-src » org.apache » struts2 » config » [javadoc | source]
org.apache.struts2.config
public class: DefaultSettings [javadoc | source]
java.lang.Object
   org.apache.struts2.config.Settings
      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.
Field Summary
protected  Log log    The logging instance for this class. 
 Settings delegate    The Settings object that handles API calls. 
Fields inherited from org.apache.struts2.config.Settings:
settingsImpl,  defaultImpl,  locale
Constructor:
 public DefaultSettings() 
Method from org.apache.struts2.config.DefaultSettings Summary:
getImpl,   isSetImpl,   listImpl,   setImpl
Methods from org.apache.struts2.config.Settings:
get,   getImpl,   getInstance,   getLocale,   getLocation,   getLocationImpl,   isSet,   isSetImpl,   list,   listImpl,   reset,   set,   setImpl,   setInstance
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.struts2.config.DefaultSettings Detail:
 public String getImpl(String aName) throws IllegalArgumentException 
 public boolean isSetImpl(String aName) 
 public Iterator listImpl() 
 public  void setImpl(String name,
    String value) throws IllegalArgumentException, UnsupportedOperationException