Uses of Interface
org.norther.tammi.spray.filter.chain.HttpFilterChain

Packages that use HttpFilterChain
org.norther.tammi.spray.authenticator   
org.norther.tammi.spray.engine.context   
org.norther.tammi.spray.engine.tool   
org.norther.tammi.spray.filter.chain   
 

Uses of HttpFilterChain in org.norther.tammi.spray.authenticator
 

Methods in org.norther.tammi.spray.authenticator with parameters of type HttpFilterChain
protected  StringBuilder AbstractAuthenticatorFilter.getAuthenticationURL(String host, boolean secure, String service, String pipe, String flow, String page, HttpServletRequest request, HttpServletResponse response, HttpFilterChain chain)
          Gets the authentication URL.
 

Uses of HttpFilterChain in org.norther.tammi.spray.engine.context
 

Methods in org.norther.tammi.spray.engine.context that return HttpFilterChain
 HttpFilterChain ContextBindingEvent.getFilterChain()
          Gets the filter chain if any.
 HttpFilterChain DefaultTemplateContext.getFilterChain()
           
 HttpFilterChain TemplateContext.getFilterChain()
          Gets the filter chain of this context.
 

Constructors in org.norther.tammi.spray.engine.context with parameters of type HttpFilterChain
ContextBindingEvent(TemplateContext context, HttpFilterChain chain, String name)
          Constructs a new event with a filter chain.
 

Uses of HttpFilterChain in org.norther.tammi.spray.engine.tool
 

Classes in org.norther.tammi.spray.engine.tool that implement HttpFilterChain
 class ChainTool
          A request context tool for filter chaining.
 

Methods in org.norther.tammi.spray.engine.tool that return HttpFilterChain
protected  HttpFilterChain BeanTool.getFilterChain()
          Gets the current filter chain if available.
protected  HttpFilterChain BrokerTool.getFilterChain()
          Gets the current filter chain if available.
protected  HttpFilterChain ContextTool.getFilterChain()
          Gets the current filter chain if available.
protected  HttpFilterChain FormatTool.getFilterChain()
          Gets the current filter chain if available.
 

Uses of HttpFilterChain in org.norther.tammi.spray.filter.chain
 

Classes in org.norther.tammi.spray.filter.chain that implement HttpFilterChain
 class DefaultFilterChain
          A default implementation of HttpFilterChain.
 

Methods in org.norther.tammi.spray.filter.chain that return HttpFilterChain
protected  HttpFilterChain AbstractExtension.getFilterChain()
          Gets the filter chain.
 HttpFilterChain FilterChainEvent.getFilterChain()
          Gets the filter chain.
 HttpFilterChain ServletRequestBindingEvent.getFilterChain()
          Gets the filter chain if any.
protected  HttpFilterChain ServletRequestWrapper.getFilterChain()
          Gets the filter chain.
protected  HttpFilterChain ServletResponseWrapper.getFilterChain()
          Gets the filter chain.
 

Constructors in org.norther.tammi.spray.filter.chain with parameters of type HttpFilterChain
FilterChainEvent(HttpFilterChain chain)
          Constructs a new event.
ServletRequestBindingEvent(ServletRequest request, HttpFilterChain chain, String name)
          Constructs a new event.
 



Copyright © 2004 The Norther Organization. All rights reserved.