Uses of Interface
org.hippoecm.hst.core.container.ContainerConfiguration

Packages that use ContainerConfiguration
org.hippoecm.hst.component.support   
org.hippoecm.hst.core.container The org.hippoecm.hst.core.container package defines the API for the HST Core Container 
org.hippoecm.hst.core.internal The org.hippoecm.hst.core.internal package defines INTERNAL USAGE ONLY API for the HST Container 
org.hippoecm.hst.core.request The org.hippoecm.hst.core.request package defines the API for the HST Core Request 
org.hippoecm.hst.mock.core.container   
org.hippoecm.hst.mock.core.request   
org.hippoecm.hst.site.container   
org.hippoecm.hst.site.request   
 

Uses of ContainerConfiguration in org.hippoecm.hst.component.support
 

Methods in org.hippoecm.hst.component.support that return ContainerConfiguration
 ContainerConfiguration ClientComponentManager.getContainerConfiguration()
           
 

Uses of ContainerConfiguration in org.hippoecm.hst.core.container
 

Classes in org.hippoecm.hst.core.container that implement ContainerConfiguration
 class ContainerConfigurationImpl
          Container Configuration Retrieve basic data types from the container configuration.
 

Fields in org.hippoecm.hst.core.container declared as ContainerConfiguration
protected  ContainerConfiguration AbstractValve.containerConfiguration
           
 

Methods in org.hippoecm.hst.core.container that return ContainerConfiguration
 ContainerConfiguration AbstractValve.getContainerConfiguration()
           
 ContainerConfiguration ComponentManager.getContainerConfiguration()
          Returns the container configuration
 

Methods in org.hippoecm.hst.core.container with parameters of type ContainerConfiguration
 void AbstractValve.setContainerConfiguration(ContainerConfiguration containerConfiguration)
           
 

Uses of ContainerConfiguration in org.hippoecm.hst.core.internal
 

Methods in org.hippoecm.hst.core.internal with parameters of type ContainerConfiguration
 void HstMutableRequestContext.setContainerConfiguration(ContainerConfiguration containerConfiguration)
           
 

Uses of ContainerConfiguration in org.hippoecm.hst.core.request
 

Methods in org.hippoecm.hst.core.request that return ContainerConfiguration
 ContainerConfiguration HstRequestContext.getContainerConfiguration()
          Returns the container configuration
 

Uses of ContainerConfiguration in org.hippoecm.hst.mock.core.container
 

Classes in org.hippoecm.hst.mock.core.container that implement ContainerConfiguration
 class MockContainerConfiguration
          Mock implementation of (@link ContainerConfiguration).
 

Uses of ContainerConfiguration in org.hippoecm.hst.mock.core.request
 

Methods in org.hippoecm.hst.mock.core.request that return ContainerConfiguration
 ContainerConfiguration MockHstRequestContext.getContainerConfiguration()
           
 

Methods in org.hippoecm.hst.mock.core.request with parameters of type ContainerConfiguration
 void MockHstRequestContext.setContainerConfiguration(ContainerConfiguration containerConfiguration)
           
 

Uses of ContainerConfiguration in org.hippoecm.hst.site.container
 

Fields in org.hippoecm.hst.site.container declared as ContainerConfiguration
protected  ContainerConfiguration SpringComponentManager.containerConfiguration
           
 

Methods in org.hippoecm.hst.site.container that return ContainerConfiguration
 ContainerConfiguration SpringComponentManager.getContainerConfiguration()
           
 ContainerConfiguration ComponentManagerFacade.getContainerConfiguration()
           
 

Constructors in org.hippoecm.hst.site.container with parameters of type ContainerConfiguration
DefaultComponentManagerApplicationContext(ContainerConfiguration containerConfiguration)
           
DefaultComponentManagerApplicationContext(ContainerConfiguration containerConfiguration, org.springframework.context.ApplicationContext parentApplicationContext)
           
 

Uses of ContainerConfiguration in org.hippoecm.hst.site.request
 

Fields in org.hippoecm.hst.site.request declared as ContainerConfiguration
protected  ContainerConfiguration HstRequestContextComponentImpl.config
           
protected  ContainerConfiguration HstRequestContextImpl.containerConfiguration
           
 

Methods in org.hippoecm.hst.site.request that return ContainerConfiguration
 ContainerConfiguration HstRequestContextImpl.getContainerConfiguration()
           
 

Methods in org.hippoecm.hst.site.request with parameters of type ContainerConfiguration
 void HstRequestContextImpl.setContainerConfiguration(ContainerConfiguration containerConfiguration)
           
 

Constructors in org.hippoecm.hst.site.request with parameters of type ContainerConfiguration
HstRequestContextComponentImpl(javax.jcr.Repository repository, ContextCredentialsProvider contextCredentialsProvider, ContainerConfiguration config)
           
 



Copyright © 2008-2012 Hippo. All Rights Reserved.