|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | POINTCUT | FIELD | CONSTRUCTOR | METHOD | DETAIL: FIELD | POINTCUT | CONSTRUCTOR | METHOD |
java.lang.Object | +--javax.servlet.GenericServlet | +--javax.servlet.http.HttpServlet | +--org.apache.cactus.server.ServletTestRedirector
Generic Servlet redirector that calls a test method on the server side.
ServletTestCaller
Constructor Summary | |
ServletTestRedirector()
|
Method Summary | |
void |
doGet(HttpServletRequest theRequest,
HttpServletResponse theResponse)
Affected by: LogAspect |
void |
doPost(HttpServletRequest theRequest,
HttpServletResponse theResponse)
Affected by: LogAspect |
Methods inherited from class javax.servlet.http.HttpServlet |
service |
Methods inherited from class javax.servlet.GenericServlet |
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ServletTestRedirector()
Method Detail |
public void doGet(HttpServletRequest theRequest, HttpServletResponse theResponse) throws javax.servlet.ServletException
around() in LogAspect
.public void doPost(HttpServletRequest theRequest, HttpServletResponse theResponse) throws javax.servlet.ServletException
around() in LogAspect
.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTRUCTOR | METHOD | DETAIL: FIELD | CONSTRUCTOR | METHOD |