Uses of Class
org.apache.sling.engine.impl.filter.FilterHandle
-
Packages that use FilterHandle Package Description 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 Modifier and Type Method Description FilterHandle[]
ServletFilterManager. getFilters(ServletFilterManager.FilterChainType chain)
FilterHandle[]
SlingFilterChainHelper. getFilters()
Returns the list ofFilter
s added to this instance.Methods in org.apache.sling.engine.impl.filter with parameters of type FilterHandle Modifier and Type Method Description 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 Constructor Description AbstractSlingFilterChain(FilterHandle[] filters)
ErrorFilterChainStatus(FilterHandle[] filters, ErrorHandler errorHandler, int status, String message)
ErrorFilterChainThrowable(FilterHandle[] filters, ErrorHandler errorHandler, Throwable t)
RequestSlingFilterChain(org.apache.sling.engine.impl.SlingRequestProcessorImpl handler, FilterHandle[] filters)
SlingComponentFilterChain(FilterHandle[] filters)
-