Uses of Interface
ratpack.path.PathBinding
-
Packages that use PathBinding Package Description ratpack.handling The handling of application requests.ratpack.path Types for managing the paths of requests inside the application. -
-
Uses of PathBinding in ratpack.handling
Methods in ratpack.handling that return PathBinding Modifier and Type Method Description PathBinding
Context. getPathBinding()
The current request path binding. -
Uses of PathBinding in ratpack.path
Fields in ratpack.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.path that return types with arguments of type PathBinding Modifier and Type Method Description java.util.Optional<PathBinding>
PathBinder. bind(PathBinding parentBinding)
Attempts to bind in the context of the given parent binding.Methods in ratpack.path with parameters of type PathBinding Modifier and Type Method Description java.util.Optional<PathBinding>
PathBinder. bind(PathBinding parentBinding)
Attempts to bind in the context of the given parent binding.
-