Package | Description |
---|---|
io.undertow.servlet.handlers |
Modifier and Type | Method | Description |
---|---|---|
ServletPathMatch.Type |
ServletPathMatch.getType() |
|
static ServletPathMatch.Type |
ServletPathMatch.Type.valueOf(java.lang.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,
java.lang.String matched,
java.lang.String remaining,
ServletPathMatch.Type type,
java.lang.String rewriteLocation) |
Copyright © 2018. All rights reserved.