Package io.undertow.servlet.spec
Class MappingImpl
- java.lang.Object
-
- io.undertow.servlet.spec.MappingImpl
-
- All Implemented Interfaces:
jakarta.servlet.http.HttpServletMapping
public class MappingImpl extends Object implements jakarta.servlet.http.HttpServletMapping
- Author:
- Stuart Douglas
-
-
Constructor Summary
Constructors Constructor Description MappingImpl(String matchValue, String pattern, jakarta.servlet.http.MappingMatch matchType, String servletName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description jakarta.servlet.http.MappingMatch
getMappingMatch()
String
getMatchValue()
String
getPattern()
String
getServletName()
-
-
-
Method Detail
-
getMatchValue
public String getMatchValue()
- Specified by:
getMatchValue
in interfacejakarta.servlet.http.HttpServletMapping
-
getPattern
public String getPattern()
- Specified by:
getPattern
in interfacejakarta.servlet.http.HttpServletMapping
-
getServletName
public String getServletName()
- Specified by:
getServletName
in interfacejakarta.servlet.http.HttpServletMapping
-
getMappingMatch
public jakarta.servlet.http.MappingMatch getMappingMatch()
- Specified by:
getMappingMatch
in interfacejakarta.servlet.http.HttpServletMapping
-
-