Uses of Class
org.apache.sling.engine.impl.filter.FilterHandle

Packages that use FilterHandle
org.apache.sling.engine.impl.filter   
 

Uses of FilterHandle in org.apache.sling.engine.impl.filter
 

Methods in org.apache.sling.engine.impl.filter that return FilterHandle
 FilterHandle[] SlingFilterChainHelper.getFilters()
          Returns the list of Filters added to this instance or null if no filters have been added.
 FilterHandle[] ServletFilterManager.getFilters(ServletFilterManager.FilterChainType chain)
           
 

Methods in org.apache.sling.engine.impl.filter with parameters of type FilterHandle
 int FilterHandle.compareTo(FilterHandle other)
          Note: this class has a natural ordering that is inconsistent with equals.
 

Constructors in org.apache.sling.engine.impl.filter with parameters of type FilterHandle
AbstractSlingFilterChain(FilterHandle[] filters)
           
RequestSlingFilterChain(SlingRequestProcessorImpl handler, FilterHandle[] filters)
           
SlingComponentFilterChain(FilterHandle[] filters)
           
 



Copyright © 2007–2015 The Apache Software Foundation. All rights reserved.