com.opensymphony.webwork.util
Interface ServletContextAware


public interface ServletContextAware

For components that have a dependence on the Servlet context.


Method Summary
 void setServletContext(ServletContext context)
           
 

Method Detail

setServletContext

public void setServletContext(ServletContext context)

WebWork Project Page