Class FilterSetDescriptor

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

public class FilterSetDescriptor extends Object
Author:
Bogdan Stefanescu
  • Field Details

    • id

      protected String id
      To be used only when a filter set is declared outside a servlet. This is the ID of the contributed filter set.
    • targetServlet

      protected String targetServlet
      To be used only when a filter set is declared outside a servlet. This is the target servlet name where the filter should be added.
    • filters

      protected ArrayList<FilterDescriptor> filters
  • Constructor Details

    • FilterSetDescriptor

      public FilterSetDescriptor()
  • Method Details

    • setPathInfo

      public void setPathInfo(String pathInfo)
    • getPath

      public PathMatcher getPath()
    • getFilters

      public List<FilterDescriptor> getFilters()
    • 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