Package com.taursys.servlet.respond

This package contains responder type subcomponents for building servlet based web applications.

See:
          Description

Interface Summary
Responder Responder is a subcomponent used by a ServletForm to send the response
 

Class Summary
AbstractResponder AbstractResponder is a base class for most responders.
ClientRedirectResponder ClientRedirectResponder redirects the client to a URL as the response.
ContentResponder ContentResponder is abstract responder which has a contentType
ErrorResponder ErrorResponder sends status code and optional message as response.
HTMLResponder HTMLResponder provides rendering and sending Document as response.
NoResponseResponder NoResponseResponder responds by doing nothing.
StreamResponder StreamResponder responds by sending its input stream to the response output stream.
 

Package com.taursys.servlet.respond Description

This package contains responder type subcomponents for building servlet based web applications. These subcomponents are used by the ServletForm.

Related Documentation

For overviews, tutorials, examples, guides, and tool documentation, please see:



Copyright © 2007 Martin T Phelan. All Rights Reserved.