org.apache.struts2.util
Interface ServletContextAware


public interface ServletContextAware

For components that have a dependence on the Servlet context.


Method Summary
 void setServletContext(javax.servlet.ServletContext context)
           
 

Method Detail

setServletContext

void setServletContext(javax.servlet.ServletContext context)


Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.