This project has retired. For details please refer to its
        
        Attic page .
      
LoginServlet (Jetspeed-2 Portal Components 2.1.3 API)
 
 
org.apache.jetspeed.login 
 
java.lang.Object 
  org.apache.jetspeed.login.LoginServlet 
 
All Implemented Interfaces:  Serializable , javax.servlet.Servlet, javax.servlet.ServletConfig 
public class LoginServlet  extends javax.servlet.http.HttpServlet  
LoginServlet
Version: $Id: LoginServlet.java 516881 2007-03-11 10:34:21Z ate $ 
Author: Ate Douma  , Shinsuke Sugaya See Also: Serialized Form  
Field Summary   
private static org.apache.commons.logging.Log log  
 
Method Summary   
 void doGet  
 void doPost  
 
Methods inherited from class javax.servlet.http.HttpServlet  
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, service 
 
Methods inherited from class javax.servlet.GenericServlet  
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log 
 
Methods inherited from class java.lang.Object   
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait  
 
log 
private static final org.apache.commons.logging.Log log  
 
 
LoginServlet 
public LoginServlet () 
 
doGet 
public void doGet (javax.servlet.http.HttpServletRequest request,
                  javax.servlet.http.HttpServletResponse response)
           throws IOException ,
                  javax.servlet.ServletException 
Overrides: doGet in class javax.servlet.http.HttpServlet 
Throws: 
IOException javax.servlet.ServletException 
 
doPost 
public final void doPost (javax.servlet.http.HttpServletRequest request,
                         javax.servlet.http.HttpServletResponse response)
                  throws IOException ,
                         javax.servlet.ServletException 
Overrides: doPost in class javax.servlet.http.HttpServlet 
Throws: 
IOException javax.servlet.ServletException