edu.utexas.its.eis.tools.qwicap.servlet
Class RedirectDescription

java.lang.Object
  extended by edu.utexas.its.eis.tools.qwicap.servlet.BlockingDescription
      extended by edu.utexas.its.eis.tools.qwicap.servlet.RedirectDescription

public class RedirectDescription
extends BlockingDescription

Describes a "redirect" operation that will, or has, caused Qwicap to block.

Author:
Chris W. Johnson

Method Summary
 String getURL()
          Returns the URL to which the user will be, or has been, redirected.
 String toString()
           
 
Methods inherited from class edu.utexas.its.eis.tools.qwicap.servlet.BlockingDescription
getCurrentInstance, getOperation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getURL

public String getURL()
Returns the URL to which the user will be, or has been, redirected.

Returns:
The URL to which the user will be, or has been, redirected.

toString

public String toString()
Overrides:
toString in class Object