Class HttpServletMappingWrapper

java.lang.Object
org.apache.felix.http.javaxwrappers.HttpServletMappingWrapper
All Implemented Interfaces:
javax.servlet.http.HttpServletMapping

public class HttpServletMappingWrapper extends Object implements javax.servlet.http.HttpServletMapping
Http Mapping wrapper
  • Constructor Details

    • HttpServletMappingWrapper

      public HttpServletMappingWrapper(@NotNull @NotNull jakarta.servlet.http.HttpServletMapping c)
      Create new wrapper
      Parameters:
      c - Wrapped mapper
  • Method Details

    • 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
    • getMapping

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