- Alle Superschnittstellen:
PathContainer.Element
- Umschließende Schnittstelle:
PathContainer
Path segment element.
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungPath parameters associated with this path segment.Return the path segment value, decoded and sanitized, for path matching.char[]ExposevalueToMatch()as a character array.Von Schnittstelle geerbte Methoden org.xbib.net.path.spring.PathContainer.Element
value
-
Methodendetails
-
valueToMatch
String valueToMatch()Return the path segment value, decoded and sanitized, for path matching. -
valueToMatchAsChars
char[] valueToMatchAsChars()ExposevalueToMatch()as a character array. -
parameters
MultiValueMap<String,String> parameters()Path parameters associated with this path segment.- Gibt zurück:
- an unmodifiable map containing the parameters
-