Interface HttpServletMapping


public interface HttpServletMapping
The HTTP servlet mapping.
Author:
Manfred Riem ([email protected])
  • Method Details

    • getMappingMatch

      MappingMatch getMappingMatch()
      Get the mapping match.
      Returns:
      the mapping match.
    • getMatchValue

      java.lang.String getMatchValue()
      Get the match value.
      Returns:
      the match value.
    • getPattern

      java.lang.String getPattern()
      Get the pattern.
      Returns:
      the pattern.
    • getServletName

      java.lang.String getServletName()
      Get the servlet name.
      Returns:
      the servlet name.