public class ServletPathMatch extends Object
Modifier and Type | Class and Description |
---|---|
static class | ServletPathMatch.Type |
Constructor and Description |
---|
ServletPathMatch(ServletChain target, String uri, boolean requiredWelcomeFileMatch) |
ServletPathMatch(ServletChain target, String matched, String remaining, ServletPathMatch.Type type, String rewriteLocation) |
Modifier and Type | Method and Description |
---|---|
javax.servlet.http.MappingMatch | getMappingMatch() |
String | getMatched() |
String | getMatchString() |
String | getRemaining() |
String | getRewriteLocation() |
ServletChain | getServletChain() |
ServletPathMatch.Type | getType() |
boolean | isRequiredWelcomeFileMatch() |
public ServletPathMatch(ServletChain target, String uri, boolean requiredWelcomeFileMatch)
public ServletPathMatch(ServletChain target, String matched, String remaining, ServletPathMatch.Type type, String rewriteLocation)
public String getMatched()
public String getRemaining()
public boolean isRequiredWelcomeFileMatch()
public ServletChain getServletChain()
public String getRewriteLocation()
public ServletPathMatch.Type getType()
public String getMatchString()
public javax.servlet.http.MappingMatch getMappingMatch()
Copyright © 2020 JBoss by Red Hat. All rights reserved.