Uses of Class
org.apache.cocoon.core.MutableSettings

Packages that use MutableSettings
org.apache.cocoon.bean   
org.apache.cocoon.core   
org.apache.cocoon.core.osgi   
org.apache.cocoon.portlet   
org.apache.cocoon.servlet   
 

Uses of MutableSettings in org.apache.cocoon.bean
 

Methods in org.apache.cocoon.bean with parameters of type MutableSettings
 void CocoonWrapper.WrapperBootstrapper.configure(MutableSettings settings)
           
 

Uses of MutableSettings in org.apache.cocoon.core
 

Fields in org.apache.cocoon.core declared as MutableSettings
protected  MutableSettings CoreUtil.settings
          The settings.
 

Methods in org.apache.cocoon.core that return MutableSettings
protected  MutableSettings CoreUtil.createSettings()
          Get the settings for Cocoon.
 

Methods in org.apache.cocoon.core with parameters of type MutableSettings
protected  void CoreUtil.readProperties(String directoryName, MutableSettings s, SourceResolver resolver)
          Read all property files from the given directory and apply them to the settings.
 void BootstrapEnvironment.configure(MutableSettings settings)
          This callback can be used by the environment to add environment specific settings.
 

Uses of MutableSettings in org.apache.cocoon.core.osgi
 

Methods in org.apache.cocoon.core.osgi with parameters of type MutableSettings
 void OSGiBootstrapEnvironment.configure(MutableSettings settings)
           
 

Uses of MutableSettings in org.apache.cocoon.portlet
 

Methods in org.apache.cocoon.portlet with parameters of type MutableSettings
static void SettingsHelper.fill(MutableSettings s, javax.portlet.PortletConfig config)
           
 void CocoonPortlet.PortletBootstrapEnvironment.configure(MutableSettings settings)
           
 

Uses of MutableSettings in org.apache.cocoon.servlet
 

Methods in org.apache.cocoon.servlet with parameters of type MutableSettings
static void SettingsHelper.fill(MutableSettings s, ServletConfig config)
           
 void CocoonServlet.ServletBootstrapEnvironment.configure(MutableSettings settings)
           
 



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