Package | Description |
---|---|
ratpack.handling |
The handling of application requests.
|
ratpack.path |
Types for managing the paths of requests inside the application.
|
Modifier and Type | Method and Description |
---|---|
PathTokens |
Context.getAllPathTokens()
The contextual path tokens of the current
PathBinding . |
PathTokens |
Context.getPathTokens()
The contextual path tokens of the current
PathBinding . |
Modifier and Type | Method and Description |
---|---|
PathTokens |
PathBinding.getAllTokens()
Similar to
PathBinding.getTokens() except that tokens of all parent bindings are included. |
PathTokens |
PathBinding.getTokens()
Any tokens that the binding has extracted from the path.
|