Uses of Enum
io.undertow.servlet.handlers.ServletPathMatch.Type
Packages that use ServletPathMatch.Type
-
Uses of ServletPathMatch.Type in io.undertow.servlet.handlers
Methods in io.undertow.servlet.handlers that return ServletPathMatch.TypeModifier and TypeMethodDescriptionServletPathMatch.getType()
static ServletPathMatch.Type
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.TypeModifierConstructorDescriptionServletPathMatch
(ServletChain target, String matched, String remaining, ServletPathMatch.Type type, String rewriteLocation)