Class RequestInfo
- java.lang.Object
-
- org.apache.felix.http.base.internal.dispatch.RequestInfo
-
- All Implemented Interfaces:
jakarta.servlet.http.HttpServletMapping
public final class RequestInfo extends Object implements jakarta.servlet.http.HttpServletMapping
Information about the request
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description jakarta.servlet.http.MappingMatchgetMappingMatch()StringgetMatchValue()StringgetPattern()StringgetServletName()StringtoString()
-
-
-
Constructor Detail
-
RequestInfo
public RequestInfo(String servletPath, String pathInfo, String queryString, String requestURI, String matchServletName, String matchPattern, String matchValue, jakarta.servlet.http.MappingMatch match, boolean nameMatch)
Create a new request info- Parameters:
servletPath- The servlet pathpathInfo- The path infoqueryString- The query stringrequestURI- The request urimatchServletName- The servlet namematchPattern- The servlet patternmatchValue- The value matchingmatch- The match typenameMatch- Is named dispatcher
-
-
Method Detail
-
getMatchValue
public String getMatchValue()
- Specified by:
getMatchValuein interfacejakarta.servlet.http.HttpServletMapping
-
getPattern
public String getPattern()
- Specified by:
getPatternin interfacejakarta.servlet.http.HttpServletMapping
-
getServletName
public String getServletName()
- Specified by:
getServletNamein interfacejakarta.servlet.http.HttpServletMapping
-
getMappingMatch
public jakarta.servlet.http.MappingMatch getMappingMatch()
- Specified by:
getMappingMatchin interfacejakarta.servlet.http.HttpServletMapping
-
-