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 java.lang.Object implements javax.servlet.http.HttpServletMapping- Author:
- Stuart Douglas
-
-
Constructor Summary
Constructors Constructor Description MappingImpl(java.lang.String matchValue, java.lang.String pattern, javax.servlet.http.MappingMatch matchType, java.lang.String servletName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.servlet.http.MappingMatchgetMappingMatch()java.lang.StringgetMatchValue()java.lang.StringgetPattern()java.lang.StringgetServletName()
-
-
-
Method Detail
-
getMatchValue
public java.lang.String getMatchValue()
- Specified by:
getMatchValuein interfacejavax.servlet.http.HttpServletMapping
-
getPattern
public java.lang.String getPattern()
- Specified by:
getPatternin interfacejavax.servlet.http.HttpServletMapping
-
getServletName
public java.lang.String getServletName()
- Specified by:
getServletNamein interfacejavax.servlet.http.HttpServletMapping
-
getMappingMatch
public javax.servlet.http.MappingMatch getMappingMatch()
- Specified by:
getMappingMatchin interfacejavax.servlet.http.HttpServletMapping
-
-