public interface ServletFilterHolder
| Modifier and Type | Method and Description | 
|---|---|
EnumSet<javax.servlet.DispatcherType> | 
getDispatcherType()
The dispatcher type that this Filter should apply to 
 | 
javax.servlet.Filter | 
getFilter()
Get the Filter object that should be added to the servlet. 
 | 
Class<? extends javax.servlet.Filter> | 
getFilterClass()
Get the class of the Filter object that should be added to the servlet. 
 | 
Map<String,String> | 
getInitParameters()
Get Filter initialization parameters. 
 | 
String | 
getPath()
The path that this Filter should apply to 
 | 
javax.servlet.Filter getFilter()
Class<? extends javax.servlet.Filter> getFilterClass()
Map<String,String> getInitParameters()
String getPath()
EnumSet<javax.servlet.DispatcherType> getDispatcherType()
Copyright © 2011–2018. All rights reserved.