Uses of Class
org.apache.struts2.config.Settings

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.
 



Copyright © 2000-2006 Apache Software Foundation. All Rights Reserved.