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.
Modifier and Type | Field and Description |
---|---|
protected FilterSetDescriptor |
descriptor |
Constructor and Description |
---|
FilterSet(FilterSetDescriptor descriptor) |
Modifier and Type | Method and Description |
---|---|
void |
destroy() |
javax.servlet.Filter[] |
getFilters() |
void |
init(javax.servlet.ServletConfig config) |
boolean |
matches(Path pathInfo) |
boolean |
matches(String pathInfo) |
protected FilterSetDescriptor descriptor
public FilterSet(FilterSetDescriptor descriptor)
public javax.servlet.Filter[] getFilters()
public void init(javax.servlet.ServletConfig config) throws javax.servlet.ServletException
javax.servlet.ServletException
public void destroy()
Copyright © 2015 Nuxeo SA. All rights reserved.