- uncheck(Throwable) - Static method in class ratpack.util.ExceptionUtils
-
- uncheck(Factory<T>) - Static method in class ratpack.util.ExceptionUtils
-
Executes the given factory, returning its result and unchecking any exceptions it throws.
- UncheckedException - Exception in ratpack.api
-
Used to wrap a checked exception to be thrown where a checked exception cannot be thrown.
- UncheckedException(Throwable) - Constructor for exception ratpack.api.UncheckedException
-
Constructor.
- uncheckedWith(T, Action<? super T>) - Static method in interface ratpack.func.Action
-
- uncheckedWith(O) - Method in interface ratpack.func.Action
-
- UnexpectedHandlerException - Exception in ratpack.test.handling
-
Exception throw when a handler throws an exception that is different from the expected type in HandlingResult.exception(class)
or when an exception was thrown when trying to access the results of a completed handler.
- UnexpectedHandlerException(Throwable) - Constructor for exception ratpack.test.handling.UnexpectedHandlerException
-
- UnitTest - Class in ratpack.test
-
Static methods for the unit testing of handlers.
- UnmanagedThreadException - Exception in ratpack.exec
-
Can be thrown when something is attempted on a non Ratpack managed thread where a managed thread is required.
- UnmanagedThreadException() - Constructor for exception ratpack.exec.UnmanagedThreadException
-
Constructor.
- unpackLeft() - Static method in class ratpack.func.Pair
-
Convenience function for returning the left item of a pair.
- unpackRight() - Static method in class ratpack.func.Pair
-
Convenience function for returning the right item of a pair.
- UploadedFile - Interface in ratpack.form
-
A file that was uploaded via a form.
- uri(String) - Method in interface ratpack.groovy.test.handling.GroovyRequestFixture
-
- uri(String) - Method in interface ratpack.test.handling.RequestFixture
-
The URI of the request.
- url - Variable in class ratpack.h2.H2Module
-
- urlParam(Object) - Method in interface ratpack.groovy.templating.TemplateScript
-
- urlPathSegment(Object) - Method in interface ratpack.groovy.templating.TemplateScript
-
- username - Variable in class ratpack.h2.H2Module
-