public class StrutsServletConfigWrapper extends ServletConfigWrapper (Code)
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.