com.arsdigita.web
Class LoginSignal

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Error
          extended bycom.arsdigita.web.TransactionSignal
              extended bycom.arsdigita.web.RedirectSignal
                  extended bycom.arsdigita.web.LoginSignal
All Implemented Interfaces:
Serializable

public class LoginSignal
extends RedirectSignal

A RedirectSignal that sends the client to the login UI. LoginSignal encodes the origin URL so that ReturnSignal can return the client to its starting point.

Version:
$Id: //core-platform/dev/src/com/arsdigita/web/LoginSignal.java#7 $
Author:
Justin Ross <jross@redhat.com>
See Also:
ReturnSignal, Serialized Form

Field Summary
static String versionId
           
 
Constructor Summary
LoginSignal(javax.servlet.http.HttpServletRequest sreq)
          Constructs a signal to redirect the client to log in.
LoginSignal(javax.servlet.http.HttpServletRequest sreq, boolean isCommitRequested)
          Constructs a signal to redirect the client to log in.
 
Methods inherited from class com.arsdigita.web.RedirectSignal
getDestinationURL, isCommitRequested
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

versionId

public static final String versionId
See Also:
Constant Field Values
Constructor Detail

LoginSignal

public LoginSignal(javax.servlet.http.HttpServletRequest sreq)
Constructs a signal to redirect the client to log in. This constructor tells the base servlet to abandon the current transaction.


LoginSignal

public LoginSignal(javax.servlet.http.HttpServletRequest sreq,
                   boolean isCommitRequested)
Constructs a signal to redirect the client to log in.



Copyright (c) 2004 Red Hat, Inc. Corporation. All Rights Reserved. Generated at July 21 2004:2337 UTC