Package io.undertow.servlet.handlers
Class ServletPathMatch
java.lang.Object
io.undertow.servlet.handlers.ServletPathMatch
- Author:
- Stuart Douglas
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionServletPathMatch
(ServletChain target, String uri, boolean requiredWelcomeFileMatch) ServletPathMatch
(ServletChain target, String matched, String remaining, ServletPathMatch.Type type, String rewriteLocation) -
Method Summary
-
Constructor Details
-
ServletPathMatch
-
ServletPathMatch
public ServletPathMatch(ServletChain target, String matched, String remaining, ServletPathMatch.Type type, String rewriteLocation)
-
-
Method Details
-
getMatched
-
getRemaining
-
isRequiredWelcomeFileMatch
public boolean isRequiredWelcomeFileMatch() -
getServletChain
-
getRewriteLocation
-
getType
-
getMatchString
-
getMappingMatch
public javax.servlet.http.MappingMatch getMappingMatch()
-