Class RequestInfo


  • public final class RequestInfo
    extends Object
    Information about the request
    • Constructor Detail

      • RequestInfo

        public RequestInfo​(String servletPath,
                           String pathInfo,
                           String queryString,
                           String requestURI,
                           String matchServletName,
                           String matchPattern,
                           String matchValue,
                           MappingType mappingType,
                           boolean nameMatch)
        Create a new request info
        Parameters:
        servletPath - The servlet path
        pathInfo - The path info
        queryString - The query string
        requestURI - The request uri
        matchServletName - The servlet name
        matchPattern - The servlet pattern
        matchValue - The value matching
        mappingType - The mapping type
        nameMatch - Is named dispatcher
    • Method Detail

      • getMatchValue

        public String getMatchValue()
      • getPattern

        public String getPattern()
      • getServletName

        public String getServletName()