com.ibm.xsp.acl
Class RedirectSignal

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Error
          extended by com.ibm.xsp.acl.RedirectSignal
All Implemented Interfaces:
java.io.Serializable

public class RedirectSignal
extends java.lang.Error

Redirection exception.

This exception is sent by the XPages runtime engine when it requests a redirection. If a URL is available, then it does a simple sendRedirect() to this URL. Else, it assumes that the new ViewRoot is set in the FacesContext and the XPages servlet renders this new view.
Note that this is mainly intended to be an internal class.

See Also:
Serialized Form

Constructor Summary
RedirectSignal()
           
RedirectSignal(java.lang.String url)
           
 
Method Summary
 java.lang.String getUrl()
           
 
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
 

Constructor Detail

RedirectSignal

public RedirectSignal()

RedirectSignal

public RedirectSignal(java.lang.String url)
Method Detail

getUrl

public java.lang.String getUrl()