public interface HttpServletMapping
Modifier and Type | Method and Description |
---|---|
MappingMatch |
getMappingMatch() |
String |
getMatchValue() |
String |
getPattern() |
String |
getServletName() |
String getMatchValue()
String getPattern()
url-pattern
that matched this request or the empty
String if not known.String getServletName()
WebServlet.name()
,
ServletContext.addServlet(String, Class)
or
one of the other addServlet()
methods) that the
request was mapped to.MappingMatch getMappingMatch()
null
if not known)Copyright © 2000-2020 Apache Software Foundation. All Rights Reserved.