Uses of Interface
org.norther.tammi.spray.filter.FilterMBeanReference

Packages that use FilterMBeanReference
org.norther.tammi.spray.engine.tool   
org.norther.tammi.spray.filter   
org.norther.tammi.spray.filter.chain   
 

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

Methods in org.norther.tammi.spray.engine.tool with parameters of type FilterMBeanReference
 void ChainTool.doFilter(ServletRequest request, ServletResponse response, FilterMBeanReference[] filters)
           
 

Uses of FilterMBeanReference in org.norther.tammi.spray.filter
 

Classes in org.norther.tammi.spray.filter that implement FilterMBeanReference
 class FilterMBeanHandle
          An extension to MBeanHandle supporting the open/close state of Filters.
 

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

Methods in org.norther.tammi.spray.filter.chain with parameters of type FilterMBeanReference
 void DefaultFilterChain.doFilter(ServletRequest request, ServletResponse response, FilterMBeanReference[] filters)
           
 void HttpFilterChain.doFilter(ServletRequest request, ServletResponse response, FilterMBeanReference[] filters)
          Invokes the first filter in a list of filter handles and continues with the rest as long as the preceding filter passes the request forward.
 



Copyright © 2004 The Norther Organization. All rights reserved.