public class FilterSetDescriptor extends Object
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() |
public void setPathInfo(String pathInfo)
public PathMatcher getPath()
public List<FilterDescriptor> getFilters() throws Exception
Exception
public FilterSet getFilterSet()
public boolean matches(String pathInfo)
public boolean matches(Path pathInfo)
public String getId()
public String getTargetServlet()
Copyright © 2011 Nuxeo SA. All Rights Reserved.