Package io.undertow.servlet.handlers
Class ServletPathMatch
- java.lang.Object
-
- io.undertow.servlet.handlers.ServletPathMatch
-
public class ServletPathMatch extends java.lang.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, java.lang.String uri, boolean requiredWelcomeFileMatch)ServletPathMatch(ServletChain target, java.lang.String matched, java.lang.String remaining, ServletPathMatch.Type type, java.lang.String rewriteLocation)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description jakarta.servlet.http.MappingMatchgetMappingMatch()java.lang.StringgetMatched()java.lang.StringgetMatchString()java.lang.StringgetRemaining()java.lang.StringgetRewriteLocation()ServletChaingetServletChain()ServletPathMatch.TypegetType()booleanisRequiredWelcomeFileMatch()
-
-
-
Constructor Detail
-
ServletPathMatch
public ServletPathMatch(ServletChain target, java.lang.String uri, boolean requiredWelcomeFileMatch)
-
ServletPathMatch
public ServletPathMatch(ServletChain target, java.lang.String matched, java.lang.String remaining, ServletPathMatch.Type type, java.lang.String rewriteLocation)
-
-
Method Detail
-
getMatched
public java.lang.String getMatched()
-
getRemaining
public java.lang.String getRemaining()
-
isRequiredWelcomeFileMatch
public boolean isRequiredWelcomeFileMatch()
-
getServletChain
public ServletChain getServletChain()
-
getRewriteLocation
public java.lang.String getRewriteLocation()
-
getType
public ServletPathMatch.Type getType()
-
getMatchString
public java.lang.String getMatchString()
-
getMappingMatch
public jakarta.servlet.http.MappingMatch getMappingMatch()
-
-