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.
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
Like Action.with(Object, Action), but unchecks any exceptions thrown by the action via ExceptionUtils.uncheck(Throwable).
uncheckedWith(O) - Method in interface ratpack.func.Action
Like Action.with(Object), but unchecks any exceptions thrown by the action via ExceptionUtils.uncheck(Throwable).
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
The URI of the request.
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
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