Uses of Class
org.norther.tammi.spray.filter.chain.HttpServletResponseWrapper

Packages that use HttpServletResponseWrapper
org.norther.tammi.spray.connector.chain   
org.norther.tammi.spray.engine.chain   
org.norther.tammi.spray.protocol.chain   
org.norther.tammi.spray.remote.chain   
org.norther.tammi.spray.servlet.chain   
org.norther.tammi.spray.terminal.chain   
 

Uses of HttpServletResponseWrapper in org.norther.tammi.spray.connector.chain
 

Subclasses of HttpServletResponseWrapper in org.norther.tammi.spray.connector.chain
 class DispatchedResponse
          A dispatched response providing about the same functionality as ConnectorResponse and hiding others to provide a fresh start for includes.
 

Uses of HttpServletResponseWrapper in org.norther.tammi.spray.engine.chain
 

Subclasses of HttpServletResponseWrapper in org.norther.tammi.spray.engine.chain
 class TemplateResponse
          A default implementation of the template response.
 

Uses of HttpServletResponseWrapper in org.norther.tammi.spray.protocol.chain
 

Subclasses of HttpServletResponseWrapper in org.norther.tammi.spray.protocol.chain
 class AbstractProtocolResponse
          An abstract protocol response implementing extended character encoding.
 class HttpProtocolResponse
          A default implementation of the HTTP protocol response.
 

Uses of HttpServletResponseWrapper in org.norther.tammi.spray.remote.chain
 

Subclasses of HttpServletResponseWrapper in org.norther.tammi.spray.remote.chain
 class HttpRMIResponse
          An HTTP response through an RMI connection.
 

Uses of HttpServletResponseWrapper in org.norther.tammi.spray.servlet.chain
 

Subclasses of HttpServletResponseWrapper in org.norther.tammi.spray.servlet.chain
 class HttpServletResponseDecorator
          A decorator for HttpServletResponse.
 

Uses of HttpServletResponseWrapper in org.norther.tammi.spray.terminal.chain
 

Subclasses of HttpServletResponseWrapper in org.norther.tammi.spray.terminal.chain
 class TerminalResponse
          A default implementation of the terminal response.
 



Copyright © 2004 The Norther Organization. All rights reserved.