Class MappingImpl

java.lang.Object
io.undertow.servlet.spec.MappingImpl
All Implemented Interfaces:
javax.servlet.http.HttpServletMapping

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

    • MappingImpl

      public MappingImpl(String matchValue, String pattern, javax.servlet.http.MappingMatch matchType, String servletName)
  • 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