Uses of Interface
ratpack.core.path.PathBinding
-
Packages that use PathBinding 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 PathBinding in ratpack.core.handling
Methods in ratpack.core.handling that return PathBinding Modifier and Type Method Description PathBinding
Context. getPathBinding()
The current request path binding. -
Uses of PathBinding in ratpack.core.path
Fields in ratpack.core.path with type parameters of type PathBinding Modifier and Type Field Description static com.google.common.reflect.TypeToken<PathBinding>
PathBinding. TYPE
A type token for this type.Methods in ratpack.core.path that return types with arguments of type PathBinding Modifier and Type Method Description Optional<PathBinding>
PathBinder. bind(PathBinding parentBinding)
Attempts to bind in the context of the given parent binding.Methods in ratpack.core.path with parameters of type PathBinding Modifier and Type Method Description Optional<PathBinding>
PathBinder. bind(PathBinding parentBinding)
Attempts to bind in the context of the given parent binding.
-