com.ora.jsp.servlets
Class LoginAction

java.lang.Object
  |
  +--com.ora.jsp.servlets.LoginAction
All Implemented Interfaces:
Action

public class LoginAction
extends java.lang.Object
implements Action

This class handles forward to the login page in the Project Billboard application.

Version:
1.0
Author:
Hans Bergsten, Gefion software

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
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

utils

private ActionUtils utils
Constructor Detail

LoginAction

public LoginAction()
Method Detail

perform

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
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.
Specified by:
perform in interface Action