org.hippoecm.hst.core.container
Interface ServletContextAware
- All Known Implementing Classes:
- ClientComponentManager
public interface ServletContextAware
Interface to be implemented by a ComponentManager
object that wishes to be notified of the ServletContext that it runs in.
- Version:
- $Id: ServletContextAware.java 22595 2010-04-28 14:13:09Z adouma $
Method Summary |
void |
setServletContext(javax.servlet.ServletContext servletContext)
Set the ServletContext that this object runs in. |
setServletContext
void setServletContext(javax.servlet.ServletContext servletContext)
- Set the ServletContext that this object runs in.
- Parameters:
servletContext
-
Copyright © 2008-2012 Hippo. All Rights Reserved.