Uses of Class
com.taursys.servlet.respond.AbstractResponder

Packages that use AbstractResponder
com.taursys.servlet.respond This package contains responder type subcomponents for building servlet based web applications. 
 

Uses of AbstractResponder in com.taursys.servlet.respond
 

Subclasses of AbstractResponder in com.taursys.servlet.respond
 class ClientRedirectResponder
          ClientRedirectResponder redirects the client to a URL as the response.
 class ContentResponder
          ContentResponder is abstract responder which has a contentType
 class ErrorResponder
          ErrorResponder sends status code and optional message as response.
 class HTMLResponder
          HTMLResponder provides rendering and sending Document as response.
 class NoResponseResponder
          NoResponseResponder responds by doing nothing.
 class StreamResponder
          StreamResponder responds by sending its input stream to the response output stream.
 



Copyright © 2007 Martin T Phelan. All Rights Reserved.