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

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

public class PromptDescription
extends BlockingDescription

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

Author:
Chris W. Johnson

Method Summary
 String getMarkupName()
          The original source of the markup being sent to the client by the current prompt invocation.
 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

getMarkupName

public String getMarkupName()
The original source of the markup being sent to the client by the current prompt invocation. If the markup originated in a file, this returns the absolute path of the file. If the markup originated in a URL, this returns the URL. (If you do not like the names Qwicap automatically assigns to your markup, you can change them using the Markup.setMarkupName method.)

Returns:
The name of the markup being sent to the client by the current prompt invocation.

toString

public String toString()
Overrides:
toString in class Object