| Package | Description |
|---|---|
| io.undertow.servlet.handlers |
| Modifier and Type | Method | Description |
|---|---|---|
ServletPathMatch.Type |
ServletPathMatch.getType() |
|
static ServletPathMatch.Type |
ServletPathMatch.Type.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static ServletPathMatch.Type[] |
ServletPathMatch.Type.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor | Description |
|---|---|
ServletPathMatch(ServletChain target,
String matched,
String remaining,
ServletPathMatch.Type type,
String rewriteLocation) |
Copyright © 2018. All rights reserved.