Class HttpServletMappingWrapper

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

    public class HttpServletMappingWrapper
    extends Object
    implements jakarta.servlet.http.HttpServletMapping
    Http Mapping wrapper
    • Constructor Detail

      • HttpServletMappingWrapper

        public HttpServletMappingWrapper​(@NotNull
                                         javax.servlet.http.HttpServletMapping c)
        Create new wrapper
        Parameters:
        c - Wrapped mapper
    • 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
      • getMapping

        public javax.servlet.http.HttpServletMapping getMapping()
        Get the wrapped mapping
        Returns:
        The mapping