com.arsdigita.web
Class LoginSignal
java.lang.Object
java.lang.Throwable
java.lang.Error
com.arsdigita.web.TransactionSignal
com.arsdigita.web.RedirectSignal
com.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
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 java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
versionId
public static final String versionId
- See Also:
- Constant Field Values
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