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