Class DefaultHttpServletMapping

java.lang.Object
cloud.piranha.webapp.impl.DefaultHttpServletMapping
All Implemented Interfaces:
HttpServletMapping

public class DefaultHttpServletMapping extends Object implements HttpServletMapping
Author:
Arjan Tijms
  • Constructor Details

    • DefaultHttpServletMapping

      public DefaultHttpServletMapping()
  • Method Details

    • getMappingMatch

      public MappingMatch getMappingMatch()
      Description copied from interface: HttpServletMapping
      Returns the mapping match.
      Specified by:
      getMappingMatch in interface HttpServletMapping
      Returns:
      the mapping match
    • setMappingMatch

      public void setMappingMatch(MappingMatch mappingMatch)
      Parameters:
      mappingMatch - the mappingMatch to set
    • getMatchValue

      public String getMatchValue()
      Description copied from interface: HttpServletMapping
      Returns the match value.
      Specified by:
      getMatchValue in interface HttpServletMapping
      Returns:
      the match value
    • setMatchValue

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

      public String getPattern()
      Description copied from interface: HttpServletMapping
      Returns the pattern.
      Specified by:
      getPattern in interface HttpServletMapping
      Returns:
      the pattern
    • setPattern

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

      public String getServletName()
      Description copied from interface: HttpServletMapping
      Returns the servlet name.
      Specified by:
      getServletName in interface HttpServletMapping
      Returns:
      the servlet name
    • setServletName

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