org.hippoecm.hst.core.container
Interface HstContainerConfig

All Known Implementing Classes:
HstContainerConfigImpl

public interface HstContainerConfig

The HstComponent container configuration. Because the container's request processor can be located in other web application and loaded by other class loader for centralized management reason, The HstComponent container servlet should pass an implementation of this interface to the request processor.

Version:
$Id$

Method Summary
 ClassLoader getContextClassLoader()
          Returns the classloader of the web application where the HstComponents are located.
 javax.servlet.ServletContext getServletContext()
          Returns the servletContext of the web application where the HstComponents are located.
 

Method Detail

getServletContext

javax.servlet.ServletContext getServletContext()
Returns the servletContext of the web application where the HstComponents are located.

Returns:

getContextClassLoader

ClassLoader getContextClassLoader()
Returns the classloader of the web application where the HstComponents are located.

Returns:


Copyright © 2008-2012 Hippo. All Rights Reserved.