Uses of Interface
ratpack.core.path.PathTokens
-
Packages that use PathTokens Package Description ratpack.core.handling The handling of application requests.ratpack.core.path Types for managing the paths of requests inside the application. -
-
Uses of PathTokens in ratpack.core.handling
Methods in ratpack.core.handling that return PathTokens Modifier and Type Method Description default PathTokens
Context. getAllPathTokens()
The contextual path tokens of the currentPathBinding
.default PathTokens
Context. getPathTokens()
The contextual path tokens of the currentPathBinding
. -
Uses of PathTokens in ratpack.core.path
Methods in ratpack.core.path that return PathTokens Modifier and Type Method Description PathTokens
PathBinding. getAllTokens()
Similar toPathBinding.getTokens()
except that tokens of all parent bindings are included.PathTokens
PathBinding. getTokens()
Any tokens that the binding has extracted from the path.
-