Uses of Package
ratpack.util
-
Packages that use ratpack.util Package Description ratpack.form Support for handling uploaded forms, including file uploads.ratpack.http The HTTP protocol.ratpack.path Types for managing the paths of requests inside the application.ratpack.util General purpose types and utilities. -
Classes in ratpack.util used by ratpack.form Class Description MultiValueMap A map that may contain multiple values for a given key, but typically only one value. -
Classes in ratpack.util used by ratpack.http Class Description MultiValueMap A map that may contain multiple values for a given key, but typically only one value. -
Classes in ratpack.util used by ratpack.path Class Description TypeCoercingMap A string valued map that can do simple type conversions from the string values to primitive types. -
Classes in ratpack.util used by ratpack.util Class Description MultiValueMap A map that may contain multiple values for a given key, but typically only one value.