com.arsdigita.web
Class ReturnSignal

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.ReturnSignal
All Implemented Interfaces:
Serializable

public class ReturnSignal
extends RedirectSignal

A signal that returns the client to a return URL encoded in the current URL, or if the return URL is not found, uses a fallback URL.

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

Field Summary
static String versionId
           
 
Constructor Summary
ReturnSignal(javax.servlet.http.HttpServletRequest sreq)
           
ReturnSignal(javax.servlet.http.HttpServletRequest sreq, String fallback)
           
ReturnSignal(javax.servlet.http.HttpServletRequest sreq, URL fallback)
           
 
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

ReturnSignal

public ReturnSignal(javax.servlet.http.HttpServletRequest sreq)

ReturnSignal

public ReturnSignal(javax.servlet.http.HttpServletRequest sreq,
                    String fallback)

ReturnSignal

public ReturnSignal(javax.servlet.http.HttpServletRequest sreq,
                    URL fallback)


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