|
DJDoc v.1.0.0b-1 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.sf.djdoc.action.ApiListAction
public class ApiListAction
The ApiListAction is responsible for displaying the list of all available APIs on the entry page of the DJDoc web application.
| Constructor Summary | |
|---|---|
ApiListAction()
|
|
| Method Summary | |
|---|---|
java.lang.Object |
perform(DjdocRequest req)
This method does absolutely nothing since the list of available APIs does not have to be constructed on demand as it is cached by the class Apis. |
void |
sendResponse(DjdocRequest req,
javax.servlet.http.HttpServletResponse res)
This method simply redirects the response to the "listApis.jsp" page. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ApiListAction()
| Method Detail |
|---|
public java.lang.Object perform(DjdocRequest req)
Apis.
perform in interface Actionreq - The wrapper around the HTTP request
null
public void sendResponse(DjdocRequest req,
javax.servlet.http.HttpServletResponse res)
throws java.io.IOException
sendResponse in interface Actionreq - The wrapper around the HTTP requestres - The HTTP response connected to the server call
java.io.IOException
|
DJDoc v.1.0.0b-1 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||