Class DummyHttpServletRequest.FakeHttpServletMapping
-
- All Implemented Interfaces:
-
jakarta.servlet.http.HttpServletMapping
public class DummyHttpServletRequest.FakeHttpServletMapping implements HttpServletMapping
-
-
Field Summary
Fields Modifier and Type Field Description public StringmatchValuepublic Stringpatternpublic StringservletNamepublic MappingMatchmappingMatch
-
Constructor Summary
Constructors Constructor Description DummyHttpServletRequest.FakeHttpServletMapping()
-
Method Summary
Modifier and Type Method Description StringgetMatchValue()voidsetMatchValue(String matchValue)StringgetPattern()voidsetPattern(String pattern)StringgetServletName()voidsetServletName(String servletName)MappingMatchgetMappingMatch()voidsetMappingMatch(MappingMatch mappingMatch)booleanequals(@Nullable() Object o)inthashCode()StringtoString()-
-
Method Detail
-
getMatchValue
String getMatchValue()
-
setMatchValue
void setMatchValue(String matchValue)
-
getPattern
String getPattern()
-
setPattern
void setPattern(String pattern)
-
getServletName
String getServletName()
-
setServletName
void setServletName(String servletName)
-
getMappingMatch
MappingMatch getMappingMatch()
-
setMappingMatch
void setMappingMatch(MappingMatch mappingMatch)
-
hashCode
int hashCode()
-
-
-
-