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