Package | Description |
---|---|
org.springframework.web.util.pattern |
Dedicated support for matching HTTP request paths.
|
Modifier and Type | Method and Description |
---|---|
PatternParseException.PatternMessage |
PatternParseException.getMessageType() |
static PatternParseException.PatternMessage |
PatternParseException.PatternMessage.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PatternParseException.PatternMessage[] |
PatternParseException.PatternMessage.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|