public class ServletPathMatch extends Object
Modifier and Type | Class | Description |
---|---|---|
static class |
ServletPathMatch.Type |
Constructor | Description |
---|---|
ServletPathMatch(ServletChain target,
String uri,
boolean requiredWelcomeFileMatch) |
|
ServletPathMatch(ServletChain target,
String matched,
String remaining,
ServletPathMatch.Type type,
String rewriteLocation) |
Modifier and Type | Method | Description |
---|---|---|
String |
getMatched() |
|
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()
Copyright © 2018. All rights reserved.