Class ServletMapping

java.lang.Object
org.eclipse.jetty.ee9.servlet.ServletMapping

@ManagedObject("Servlet Mapping") public class ServletMapping extends Object
  • Constructor Details Link icon

    • ServletMapping Link icon

      public ServletMapping()
    • ServletMapping Link icon

      public ServletMapping(Source source)
  • Method Details Link icon

    • getPathSpecs Link icon

      @ManagedAttribute(value="url patterns", readonly=true) public String[] getPathSpecs()
      Returns:
      Returns the pathSpecs.
    • getServletName Link icon

      @ManagedAttribute(value="servlet name", readonly=true) public String getServletName()
      Returns:
      Returns the servletName.
    • setPathSpecs Link icon

      public void setPathSpecs(String[] pathSpecs)
      Parameters:
      pathSpecs - The pathSpecs to set.
    • containsPathSpec Link icon

      public boolean containsPathSpec(String pathSpec)
      Test if the list of path specs contains a particular one.
      Parameters:
      pathSpec - the path spec
      Returns:
      true if path spec matches something in mappings
    • setPathSpec Link icon

      public void setPathSpec(String pathSpec)
      Parameters:
      pathSpec - The pathSpec to set.
    • setServletName Link icon

      public void setServletName(String servletName)
      Parameters:
      servletName - The servletName to set.
    • isFromDefaultDescriptor Link icon

      @ManagedAttribute(value="default", readonly=true) public boolean isFromDefaultDescriptor()
    • setFromDefaultDescriptor Link icon

      public void setFromDefaultDescriptor(boolean fromDefault)
    • getSource Link icon

      public Source getSource()
    • toString Link icon

      public String toString()
      Overrides:
      toString in class Object
    • dump Link icon

      public void dump(Appendable out, String indent) throws IOException
      Throws:
      IOException