Package io.undertow.servlet.handlers
Class ServletPathMatch
- java.lang.Object
-
- io.undertow.servlet.handlers.ServletPathMatch
-
public class ServletPathMatch extends Object
- Author:
- Stuart Douglas
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classServletPathMatch.Type
-
Constructor Summary
Constructors Constructor Description ServletPathMatch(ServletChain target, String uri, boolean requiredWelcomeFileMatch)ServletPathMatch(ServletChain target, String matched, String remaining, ServletPathMatch.Type type, String rewriteLocation)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description jakarta.servlet.http.MappingMatchgetMappingMatch()StringgetMatched()StringgetMatchString()StringgetRemaining()StringgetRewriteLocation()ServletChaingetServletChain()ServletPathMatch.TypegetType()booleanisRequiredWelcomeFileMatch()
-
-
-
Constructor Detail
-
ServletPathMatch
public ServletPathMatch(ServletChain target, String uri, boolean requiredWelcomeFileMatch)
-
ServletPathMatch
public ServletPathMatch(ServletChain target, String matched, String remaining, ServletPathMatch.Type type, String rewriteLocation)
-
-
Method Detail
-
getMatched
public String getMatched()
-
getRemaining
public String getRemaining()
-
isRequiredWelcomeFileMatch
public boolean isRequiredWelcomeFileMatch()
-
getServletChain
public ServletChain getServletChain()
-
getRewriteLocation
public String getRewriteLocation()
-
getType
public ServletPathMatch.Type getType()
-
getMatchString
public String getMatchString()
-
getMappingMatch
public jakarta.servlet.http.MappingMatch getMappingMatch()
-
-