Interface HttpServletMapping


  • public interface HttpServletMapping
    Represents how the request from which this object was obtained was mapped to the associated servlet.
    Since:
    Servlet 4.0
    • Method Detail

      • getMatchValue

        java.lang.String getMatchValue()
        Returns:
        The value that was matched or the empty String if not known.
      • getPattern

        java.lang.String getPattern()
        Returns:
        The url-pattern that matched this request or the empty String if not known.
      • getMappingMatch

        MappingMatch getMappingMatch()
        Returns:
        The type of match (null if not known)