Example usage for Java javax.servlet FilterRegistration.Dynamic fields, constructors, methods, implement or subclass
The text is from its open source code.
void | addMappingForServletNames(EnumSet Adds a filter mapping with the given servlet names and dispatcher types for the Filter represented by this FilterRegistration. |
void | addMappingForUrlPatterns(EnumSet Adds a filter mapping with the given url patterns and dispatcher types for the Filter represented by this FilterRegistration. |
String | getName() Gets the name of the Servlet or Filter that is represented by this Registration. |
boolean | setInitParameter(String name, String value) Sets the initialization parameter with the given name and value on the Servlet or Filter that is represented by this Registration. |
Set | setInitParameters(Map Sets the given initialization parameters on the Servlet or Filter that is represented by this Registration. |