Uses of Class
io.undertow.servlet.handlers.ServletPathMatch.Type
-
Packages that use ServletPathMatch.Type Package Description io.undertow.servlet.handlers -
-
Uses of ServletPathMatch.Type in io.undertow.servlet.handlers
Methods in io.undertow.servlet.handlers that return ServletPathMatch.Type 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.Constructors in io.undertow.servlet.handlers with parameters of type ServletPathMatch.Type Constructor Description ServletPathMatch(ServletChain target, java.lang.String matched, java.lang.String remaining, ServletPathMatch.Type type, java.lang.String rewriteLocation)
-