Uses of Interface
org.apache.cocoon.core.Settings

Packages that use Settings
org.apache.cocoon.configuration   
org.apache.cocoon.core   
org.apache.cocoon.core.container.util   
org.apache.cocoon.core.logging   
org.apache.cocoon.portlet   
 

Uses of Settings in org.apache.cocoon.configuration
 

Constructors in org.apache.cocoon.configuration with parameters of type Settings
ConfigurationBuilder(Settings s)
          Create a Configuration Builder
 

Uses of Settings in org.apache.cocoon.core
 

Classes in org.apache.cocoon.core that implement Settings
 class MutableSettings
          This object holds the global configuration of Cocoon.
 

Methods in org.apache.cocoon.core that return Settings
 Settings CoreUtil.getSettings()
          Return the settings object.
 Settings Core.getSettings()
          Return the settings.
 

Constructors in org.apache.cocoon.core with parameters of type Settings
Core(Settings s, Context c)
          Constructor The core object is created by the CoreUtil class.
 

Uses of Settings in org.apache.cocoon.core.container.util
 

Methods in org.apache.cocoon.core.container.util with parameters of type Settings
static String PropertyHelper.replace(String value, Settings settings)
          Replace all property references in the string with the current value and return it.
 

Uses of Settings in org.apache.cocoon.core.logging
 

Constructors in org.apache.cocoon.core.logging with parameters of type Settings
SettingsContext(Context parentContext, Settings s)
           
 

Uses of Settings in org.apache.cocoon.portlet
 

Fields in org.apache.cocoon.portlet declared as Settings
protected  Settings CocoonPortlet.settings
          Settings
 

Methods in org.apache.cocoon.portlet with parameters of type Settings
 String CocoonPortlet.PortletBootstrapEnvironment.getClassPath(Settings settings)
          This builds the important ClassPath used by this Servlet.
 



Copyright ? 1999-2005 The Apache Software Foundation. All Rights Reserved.