edu.utexas.its.eis.tools.qwicap.servlet
Class PromptDescription
java.lang.Object
edu.utexas.its.eis.tools.qwicap.servlet.BlockingDescription
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
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