com.opensymphony.webwork.util
Interface ServletContextAware

All Known Implementing Classes:
DefaultRichtexteditorConnector

public interface ServletContextAware

For components that have a dependence on the Servlet context.


Method Summary
 void setServletContext(ServletContext context)
           
 

Method Detail

setServletContext

void setServletContext(ServletContext context)

WebWork Project Page