Interface HttpServletMapping

All Known Implementing Classes:
DefaultHttpServletMapping

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

    • getMappingMatch

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

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

      String getPattern()
      Returns the pattern.
      Returns:
      the pattern
    • getServletName

      String getServletName()
      Returns the servlet name.
      Returns:
      the servlet name