Class DefaultHttpServletMapping

java.lang.Object
cloud.piranha.core.impl.DefaultHttpServletMapping
All Implemented Interfaces:
jakarta.servlet.http.HttpServletMapping

public class DefaultHttpServletMapping extends Object implements jakarta.servlet.http.HttpServletMapping
Author:
Arjan Tijms
  • Constructor Details

    • DefaultHttpServletMapping

      public DefaultHttpServletMapping()
  • Method Details

    • getMappingMatch

      public jakarta.servlet.http.MappingMatch getMappingMatch()
      Specified by:
      getMappingMatch in interface jakarta.servlet.http.HttpServletMapping
    • setMappingMatch

      public void setMappingMatch(jakarta.servlet.http.MappingMatch mappingMatch)
      Parameters:
      mappingMatch - the mappingMatch to set
    • getMatchValue

      public String getMatchValue()
      Specified by:
      getMatchValue in interface jakarta.servlet.http.HttpServletMapping
    • setMatchValue

      public void setMatchValue(String matchValue)
      Parameters:
      matchValue - the matchValue to set
    • getPattern

      public String getPattern()
      Specified by:
      getPattern in interface jakarta.servlet.http.HttpServletMapping
    • setPattern

      public void setPattern(String pattern)
      Parameters:
      pattern - the pattern to set
    • getServletName

      public String getServletName()
      Specified by:
      getServletName in interface jakarta.servlet.http.HttpServletMapping
    • setServletName

      public void setServletName(String servletName)
      Parameters:
      servletName - the servletName to set