public class FilterSet extends Object
The filter set is selected when it match the current pathInfo of the request. Only one filter set can match a given path - the first one which is matching will be used, all the other filter sets defined by a servlet will be ignored.
Constructor and Description |
---|
FilterSet(FilterSetDescriptor descriptor) |
Modifier and Type | Method and Description |
---|---|
void |
destroy() |
Filter[] |
getFilters() |
void |
init(ServletConfig config) |
boolean |
matches(Path pathInfo) |
boolean |
matches(String pathInfo) |
public FilterSet(FilterSetDescriptor descriptor)
public boolean matches(String pathInfo)
public boolean matches(Path pathInfo)
public Filter[] getFilters()
public void init(ServletConfig config) throws ServletException
ServletException
public void destroy()
Copyright © 2013 Nuxeo SA. All Rights Reserved.