public class MappingImpl extends Object implements javax.servlet.http.HttpServletMapping
| Constructor and Description |
|---|
MappingImpl(String matchValue,
String pattern,
javax.servlet.http.MappingMatch matchType,
String servletName) |
| Modifier and Type | Method and Description |
|---|---|
javax.servlet.http.MappingMatch |
getMappingMatch() |
String |
getMatchValue() |
String |
getPattern() |
String |
getServletName() |
public String getMatchValue()
getMatchValue in interface javax.servlet.http.HttpServletMappingpublic String getPattern()
getPattern in interface javax.servlet.http.HttpServletMappingpublic String getServletName()
getServletName in interface javax.servlet.http.HttpServletMappingpublic javax.servlet.http.MappingMatch getMappingMatch()
getMappingMatch in interface javax.servlet.http.HttpServletMappingCopyright © 2019 JBoss by Red Hat. All rights reserved.