public class FilterSetDescriptor extends Object
Modifier and Type | Field and Description |
---|---|
protected ArrayList<FilterDescriptor> |
filters |
protected String |
id
To be used only when a filter set is declared outside a servlet.
|
protected String |
targetServlet
To be used only when a filter set is declared outside a servlet.
|
Constructor and Description |
---|
FilterSetDescriptor() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
List<FilterDescriptor> |
getFilters() |
FilterSet |
getFilterSet() |
String |
getId() |
PathMatcher |
getPath() |
String |
getTargetServlet() |
boolean |
matches(Path pathInfo) |
boolean |
matches(String pathInfo) |
void |
setPathInfo(String pathInfo) |
String |
toString() |
protected String id
protected String targetServlet
protected ArrayList<FilterDescriptor> filters
public FilterSetDescriptor()
public void setPathInfo(String pathInfo)
public PathMatcher getPath()
public List<FilterDescriptor> getFilters()
public FilterSet getFilterSet()
public String getTargetServlet()
Copyright © 2015 Nuxeo SA. All rights reserved.