Class MappingImpl

  • All Implemented Interfaces:
    jakarta.servlet.http.HttpServletMapping

    public class MappingImpl
    extends Object
    implements jakarta.servlet.http.HttpServletMapping
    Author:
    Stuart Douglas
    • Constructor Detail

      • MappingImpl

        public MappingImpl​(String matchValue,
                           String pattern,
                           jakarta.servlet.http.MappingMatch matchType,
                           String servletName)
    • Method Detail

      • getMatchValue

        public String getMatchValue()
        Specified by:
        getMatchValue in interface jakarta.servlet.http.HttpServletMapping
      • getPattern

        public String getPattern()
        Specified by:
        getPattern in interface jakarta.servlet.http.HttpServletMapping
      • getServletName

        public String getServletName()
        Specified by:
        getServletName in interface jakarta.servlet.http.HttpServletMapping
      • getMappingMatch

        public jakarta.servlet.http.MappingMatch getMappingMatch()
        Specified by:
        getMappingMatch in interface jakarta.servlet.http.HttpServletMapping