Package io.undertow.servlet.spec
Class MappingImpl
java.lang.Object
io.undertow.servlet.spec.MappingImpl
- All Implemented Interfaces:
javax.servlet.http.HttpServletMapping
- Author:
- Stuart Douglas
-
Constructor Summary
ConstructorsConstructorDescriptionMappingImpl
(String matchValue, String pattern, javax.servlet.http.MappingMatch matchType, String servletName) -
Method Summary
Modifier and TypeMethodDescriptionjavax.servlet.http.MappingMatch
-
Constructor Details
-
MappingImpl
-
-
Method Details
-
getMatchValue
- Specified by:
getMatchValue
in interfacejavax.servlet.http.HttpServletMapping
-
getPattern
- Specified by:
getPattern
in interfacejavax.servlet.http.HttpServletMapping
-
getServletName
- Specified by:
getServletName
in interfacejavax.servlet.http.HttpServletMapping
-
getMappingMatch
public javax.servlet.http.MappingMatch getMappingMatch()- Specified by:
getMappingMatch
in interfacejavax.servlet.http.HttpServletMapping
-