public class MappingImpl extends Object implements javax.servlet.http.HttpServletMapping, Serializable
| Constructor and Description |
|---|
MappingImpl(org.glassfish.grizzly.http.server.util.MappingData mappingData) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
javax.servlet.http.MappingMatch |
getMappingMatch() |
String |
getMatchValue() |
String |
getPattern() |
String |
getServletName() |
int |
hashCode() |
String |
toString() |
public MappingImpl(org.glassfish.grizzly.http.server.util.MappingData mappingData)
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. All rights reserved.