Class ServletMapping

    • Constructor Detail

      • ServletMapping

        public ServletMapping()
        Deprecated.
      • ServletMapping

        public ServletMapping​(Source source)
        Deprecated.
    • Method Detail

      • setPathSpecs

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

        public boolean containsPathSpec​(String pathSpec)
        Deprecated.
        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

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

        public void setServletName​(String servletName)
        Deprecated.
        Parameters:
        servletName - The servletName to set.
      • setDefault

        public void setDefault​(boolean fromDefault)
        Deprecated.
      • getSource

        public Source getSource()
        Deprecated.