org.hippoecm.hst.container
Class HstContainerConfigImpl

java.lang.Object
  extended by org.hippoecm.hst.container.HstContainerConfigImpl
All Implemented Interfaces:
HstContainerConfig

public class HstContainerConfigImpl
extends Object
implements HstContainerConfig


Constructor Summary
HstContainerConfigImpl(javax.servlet.ServletContext servletContext, ClassLoader contextClassLoader)
           
 
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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HstContainerConfigImpl

public HstContainerConfigImpl(javax.servlet.ServletContext servletContext,
                              ClassLoader contextClassLoader)
Method Detail

getServletContext

public javax.servlet.ServletContext getServletContext()
Description copied from interface: HstContainerConfig
Returns the servletContext of the web application where the HstComponents are located.

Specified by:
getServletContext in interface HstContainerConfig
Returns:

getContextClassLoader

public ClassLoader getContextClassLoader()
Description copied from interface: HstContainerConfig
Returns the classloader of the web application where the HstComponents are located.

Specified by:
getContextClassLoader in interface HstContainerConfig
Returns:


Copyright © 2008-2012 Hippo. All Rights Reserved.