Uses of Interface
org.apache.cocoon.components.SitemapConfigurationHolder

Packages that use SitemapConfigurationHolder
org.apache.cocoon.components   
org.apache.cocoon.components.container   
org.apache.cocoon.components.modules.input InputModules Introduction Input modules are generic components that let one map a key to one or more values.  
org.apache.cocoon.webapps.authentication.components   
 

Uses of SitemapConfigurationHolder in org.apache.cocoon.components
 

Methods in org.apache.cocoon.components with parameters of type SitemapConfigurationHolder
 void SitemapConfigurable.configure(SitemapConfigurationHolder holder)
          Set the Configuration.
 

Uses of SitemapConfigurationHolder in org.apache.cocoon.components.container
 

Classes in org.apache.cocoon.components.container that implement SitemapConfigurationHolder
 class DefaultSitemapConfigurationHolder
           
 

Uses of SitemapConfigurationHolder in org.apache.cocoon.components.modules.input
 

Methods in org.apache.cocoon.components.modules.input with parameters of type SitemapConfigurationHolder
 void SitemapVariableHolder.configure(SitemapConfigurationHolder holder)
          Set the Configuration from a sitemap
 

Uses of SitemapConfigurationHolder in org.apache.cocoon.webapps.authentication.components
 

Fields in org.apache.cocoon.webapps.authentication.components declared as SitemapConfigurationHolder
protected  SitemapConfigurationHolder DefaultAuthenticationManager.holder
          The manager for the authentication handlers
 

Methods in org.apache.cocoon.webapps.authentication.components with parameters of type SitemapConfigurationHolder
static Map DefaultHandlerManager.prepareHandlerConfiguration(Map objectModel, SitemapConfigurationHolder holder)
          Get the current handler configuration
 void DefaultAuthenticationManager.configure(SitemapConfigurationHolder holder)
          Set the sitemap configuration containing the handlers
 



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