Class MappingImpl

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

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

      Constructors 
      Constructor Description
      MappingImpl​(java.lang.String matchValue, java.lang.String pattern, javax.servlet.http.MappingMatch matchType, java.lang.String servletName)  
    • Constructor Detail

      • MappingImpl

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

      • getMatchValue

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

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

        public java.lang.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