Modul org.xbib.net.path
Package org.xbib.net.path.spring
package org.xbib.net.path.spring
-
KlasseBeschreibungEncapsulates context when attempting a match.Structured representation of a URI path parsed via
PathContainer.parsePath(String)into a sequence ofPathContainer.SeparatorandPathContainer.PathSegmentelements.A path element, either separator or path segment.Options to customize parsing based on the type of input path.Path segment element.Path separator element.Holder for URI variables and path parameters (matrix variables) extracted based on the pattern for a given matched path.Representation of a parsed path pattern.Parser for URI path patterns producingPathPatterninstances that can then be matched to requests.Holder for the result of a match on the start of a pattern.Exception that is thrown when there is a problem with the pattern being parsed.The messages that can be included in aPatternParseExceptionwhen there is a parse failure.