|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object ServletConfigWrapper servletunit.struts.StrutsServletConfigWrapper
A wrapper for the ServletConfig class. This is used in CactusStrutsTestCase so that we can use out own ServletContext wrapper class. This allows us to to use the ActionServlet as a black box, rather than mimic its behavior as was previously the case.
Constructor Summary | |
StrutsServletConfigWrapper(ServletConfig config)
|
Method Summary | |
ServletContext |
getServletContext()
|
void |
setServletContext(ServletContext context)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public StrutsServletConfigWrapper(ServletConfig config)
Method Detail |
public ServletContext getServletContext()
public void setServletContext(ServletContext context)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |