Package org.apache.catalina.connector
Class MappingImpl
- java.lang.Object
-
- org.apache.catalina.connector.MappingImpl
-
- All Implemented Interfaces:
jakarta.servlet.http.HttpServletMapping,Serializable
public class MappingImpl extends Object implements jakarta.servlet.http.HttpServletMapping, Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MappingImpl(org.glassfish.grizzly.http.server.util.MappingData mappingData)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)jakarta.servlet.http.MappingMatchgetMappingMatch()StringgetMatchValue()StringgetPattern()StringgetServletName()inthashCode()StringtoString()
-
-
-
Method Detail
-
getMatchValue
public String getMatchValue()
- Specified by:
getMatchValuein interfacejakarta.servlet.http.HttpServletMapping
-
getPattern
public String getPattern()
- Specified by:
getPatternin interfacejakarta.servlet.http.HttpServletMapping
-
getServletName
public String getServletName()
- Specified by:
getServletNamein interfacejakarta.servlet.http.HttpServletMapping
-
getMappingMatch
public jakarta.servlet.http.MappingMatch getMappingMatch()
- Specified by:
getMappingMatchin interfacejakarta.servlet.http.HttpServletMapping
-
-