|
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.ItemListAction
public class ItemListAction
The ItemListAction
class combines three functionalities:
Constructor Summary | |
---|---|
ItemListAction()
|
Method Summary | |
---|---|
java.lang.Object |
perform(DjdocRequest req)
This method stores the names of the the currently accessed API and the currently accessed package in the user session (which causes the list of items of that package to be cached in the session). |
void |
sendResponse(DjdocRequest req,
javax.servlet.http.HttpServletResponse res)
This method simply redirects the response to the "listItems.jsp" page which displays (up to) three lists of items of the currently accessed package on the package-frame page. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ItemListAction()
Method Detail |
---|
public java.lang.Object perform(DjdocRequest req)
perform
in interface Action
req
- The wrapper around the HTTP request
null
public void sendResponse(DjdocRequest req, javax.servlet.http.HttpServletResponse res) throws java.io.IOException
sendResponse
in interface Action
req
- 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 |