Package edu.utexas.its.eis.tools.qwicap.servlet

Interface Summary
Auth2Scheme Classes that implement this interface provide Qwicap with its authentication & authorization (Auth2) functionality.
Auth2SchemeFactory Classes that implement this interface provide Qwicap with instances of Auth2Scheme, which supply authentication & authorization (Auth2) functionality.
Auth2SchemeReply Instances of classes implementing this interface inform Qwicap of the outcome of an authentication & authorization (Auth2) operation, as conducted by the Auth2Scheme.qwicapAuth2SchemeHit method.
FilterRunnable Represents a body of code to be executed by request of a FormDataSetFilter.
FormDataSetFilter Defines the interface for a class that filters the form data set received by Qwicap before it is processed by Qwicap, or passed-along to the client application.
i18nServices Created by IntelliJ IDEA.
QwicapBlockingListener A QwicapBlockingListener provides a mechanism by which an application can be notified just before and after Qwicap blocks in one of its prompt or redirect methods.
 

Class Summary
BitsJunit Created by IntelliJ IDEA.
BlockingDescription Describes a Qwicap blocking operation.
ContentType The ContentType class parses the values of the "Content-type" headers in standard email messages (RFC 822), MIME email messages (RFC 2045 and 2046), and HTTP transactions (RFC 2616).
ContentTypeParameter Created by IntelliJ IDEA.
Context Context provides a few utility methods, as well as convenient access to hit-specific information, like the HttpServletRequest and HttpServletResponse objects.
Downloadable Represents a downloadable entity, typically generated dynamically, that is being, or will be, made available to the client via the Qwicap.addDownloadable method.
Form The Form class provides a set of high-level utility methods for operating on the controls within an XHTML "form" element.
FormControlInfo FormControlInfo associates a form control's name and value with the markup element that supplied them, and the label(s) in the markup that apply to the control.
FormControlValue Represents the control-name/current-value(s) pair for one or more successful controls of the same name in an XHTML form.
FormDataSet Provides a complete representation of a set of web parameters (a "Form Data Set" in official W3C nomenclature) that is independent of the HttpServletRequest that supplied them.
FormDataSetFilterContext The FormDataSetFilterContext class provides information about the context in which a FormDataSetFilter.filter invocation took place.
FormDataSetFilterResponse Defines the actions Qwicap is to take after executing a FormDataSetFilter implementation.
FormFileUpload Represents files uploaded via "<input type='file' … />" elements in web page forms.
PromptDescription Describes a "prompt" operation that will, or has, caused Qwicap to block.
PromptModifiers See Qwicap.prompt() for an explanation, and examples, of the use of this class.
Qwicap The Qwicap class provides the core functionality of the Qwicap (Quick Web Interface for Conventional Applications) system, including the methods that send web pages to clients, and those that retrieve and verify the input returned by those pages, while automatically requesting corrections from users as necessary.
QwicapServlet QwicapServlet is the servlet on which Qwicap (Quick Web Interface for Conventional Applications) is built.
RedirectDescription Describes a "redirect" operation that will, or has, caused Qwicap to block.
SessionID Created by IntelliJ IDEA.
 

Enum Summary
BlockingOperation A enumerated type that provides unique identifiers for the various operations that cause Qwicap to block.
 

Exception Summary
FormNotFoundException FormNotFoundException is thrown, depending on the context, when: (1) A "form" element cannot be found.
QwicapAbandonmentException Subclasses of QwicapAbandonmentException are thrown in response to user abandonment of web pages, forms on a web page, or invalid input to a form.
QwicapException QwicapException is the base class for all but one of the exceptions generated by Qwicap.
QwicapSessionDeathException QwicapSessionDeathException is thrown when a Qwicap application must quit.