Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.webengine.jaxrs.servlet.config
Class FilterSetDescriptor

java.lang.Object
  extended by org.nuxeo.ecm.webengine.jaxrs.servlet.config.FilterSetDescriptor

public class FilterSetDescriptor
extends Object

Author:
Bogdan Stefanescu

Constructor Summary
FilterSetDescriptor()
           
 
Method Summary
 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()
           
 
Methods inherited from class java.lang.Object
getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FilterSetDescriptor

public FilterSetDescriptor()
Method Detail

setPathInfo

public void setPathInfo(String pathInfo)

getPath

public PathMatcher getPath()

getFilters

public List<FilterDescriptor> getFilters()
                                  throws Exception
Throws:
Exception

getFilterSet

public FilterSet getFilterSet()

matches

public boolean matches(String pathInfo)

matches

public boolean matches(Path pathInfo)

getId

public String getId()

getTargetServlet

public String getTargetServlet()

toString

public String toString()
Overrides:
toString in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.