|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ora.jsp.servlets.LoginAction
This class handles forward to the login page in the Project Billboard application.
Field Summary | |
private ActionUtils |
utils
|
Constructor Summary | |
LoginAction()
|
Method Summary | |
void |
perform(javax.servlet.http.HttpServlet servlet,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Get the originally requested URL, with a possible query string, and passes it on as a parameter when forwarding to the login page, along with a message about why the requested page is not displayed. |
Methods inherited from class java.lang.Object |
|
Field Detail |
private ActionUtils utils
Constructor Detail |
public LoginAction()
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
perform
in interface Action
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |