Class MappingImpl

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

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

      • MappingImpl

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

      • getMatchValue

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

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

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

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