|
DJDoc v.1.0.0b-1 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjavax.servlet.GenericServlet
javax.servlet.http.HttpServlet
net.sf.djdoc.servlet.ActionServlet
public class ActionServlet
The ActionServlet is the controller servlet of the DJDoc web
application. Its service method simply retrieves the RequestType from the wrapped
HTTP request, executes the corresponding Action and stores the result
object in the wrapped request.
| Constructor Summary | |
|---|---|
ActionServlet()
|
|
| Method Summary | |
|---|---|
protected void |
service(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse)
This method retrieves the RequestType and the
Action from the wrapped HTTP request,
executes it and stores the result object in the wrapped request. |
| Methods inherited from class javax.servlet.http.HttpServlet |
|---|
doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, 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 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ActionServlet()
| Method Detail |
|---|
protected void service(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse)
RequestType and the
Action from the wrapped HTTP request,
executes it and stores the result object in the wrapped request.
service in class javax.servlet.http.HttpServlethttpServletRequest - The DjdocRequest wrapping the HTTP
requesthttpServletResponse - The HttpServletResponse
|
DJDoc v.1.0.0b-1 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||