|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ora.jsp.servlets.ShowPageAction
This class displays a JSP page in the Project Billboard application.
Field Summary | |
private ActionUtils |
utils
|
Constructor Summary | |
ShowPageAction()
|
Method Summary | |
void |
perform(javax.servlet.http.HttpServlet servlet,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Forwards to the specified JSP page. |
Methods inherited from class java.lang.Object |
|
Field Detail |
private ActionUtils utils
Constructor Detail |
public ShowPageAction()
Method Detail |
public void perform(javax.servlet.http.HttpServlet servlet, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws java.io.IOException, javax.servlet.ServletException
In this application, as in most applications with a servlet as a controller, accessing a JSP page directly doesn't reveal any restricted information however; the JSP page only displays information available in beans, created by the controller.
perform
in interface Action
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |