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.HttpServletMapping
public String getPattern()
getPattern
in interface javax.servlet.http.HttpServletMapping
public String getServletName()
getServletName
in interface javax.servlet.http.HttpServletMapping
public javax.servlet.http.MappingMatch getMappingMatch()
getMappingMatch
in interface javax.servlet.http.HttpServletMapping
Copyright © 2021. All rights reserved.