Skip navigation links
A B C D E F G H I J L M N O P R S T U V W X Y 

U

uncheck(Throwable) - Static method in class ratpack.util.ExceptionUtils
Converts the given throwable to a RuntimeException if necessary.
uncheck(Factory<T>) - Static method in class ratpack.util.ExceptionUtils
Executes the given factory, returning its result and unchecking any exceptions it throws.
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
 
url(Action<? super HttpUrlSpec>) - Method in interface ratpack.http.client.RequestSpec
 
urlParam(Object) - Method in interface ratpack.groovy.templating.TemplateScript
Escapes the toString() value of the given object, by way of UrlEscapers.urlFormParameterEscaper().
urlPathSegment(Object) - Method in interface ratpack.groovy.templating.TemplateScript
Escapes the toString() value of the given object, by way of UrlEscapers.urlPathSegmentEscaper().
username - Variable in class ratpack.h2.H2Module
 
A B C D E F G H I J L M N O P R S T U V W X Y 
Skip navigation links