org.hippoecm.hst.container
Class HstContainerConfigImpl
java.lang.Object
org.hippoecm.hst.container.HstContainerConfigImpl
- All Implemented Interfaces:
- HstContainerConfig
public class HstContainerConfigImpl
- extends Object
- implements HstContainerConfig
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 |
HstContainerConfigImpl
public HstContainerConfigImpl(javax.servlet.ServletContext servletContext,
ClassLoader contextClassLoader)
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.