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.Exceptions
Converts the given throwable to a RuntimeException if necessary.
uncheck(Factory<T>) - Static method in class ratpack.util.Exceptions
Executes the given factory, returning its result and unchecking any exceptions it throws.
uncheck(Block) - Static method in class ratpack.util.Exceptions
 
uncheck(T, Action<T>) - Static method in class ratpack.util.Exceptions
Executes the given action with the provided input argument, unchecking any exceptions it throws.
uncheck(T, U, BiAction<T, U>) - Static method in class ratpack.util.Exceptions
Executes the given action with the provided input arguments, 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 Exceptions.uncheck(Throwable).
uncheckedWith(O) - Method in interface ratpack.func.Action
Like Action.with(Object), but unchecks any exceptions thrown by the action via Exceptions.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
 
unhealthy(String) - Static method in class ratpack.health.HealthCheck.Result
Creates an unhealthy result, with the given message.
unhealthy(String, Object...) - Static method in class ratpack.health.HealthCheck.Result
Creates an unhealthy result, with the given message.
unhealthy(Throwable) - Static method in class ratpack.health.HealthCheck.Result
Creates an unhealthy result, with the given exception.
unlimited() - Static method in interface ratpack.exec.Throttle
Create a new throttle that does not limit concurrency.
UnmanagedThreadException - Exception in ratpack.exec
Thrown when something is attempted outside of a Ratpack execution, that can only succeed during a Ratpack execution.
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.
Upstream<T> - Interface in ratpack.exec
An upstream asynchronous data source.
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.template.TextTemplateScript
Escapes the toString() value of the given object, by way of UrlEscapers.urlFormParameterEscaper().
urlPathSegment(Object) - Method in interface ratpack.groovy.template.TextTemplateScript
Escapes the toString() value of the given object, by way of UrlEscapers.urlPathSegmentEscaper().
UserIdentifier - Interface in ratpack.auth
Interface for retrieving potential user identification data without being tied to the authentication system.
username - Variable in class ratpack.h2.H2Module
 
userProfile(Context) - Static method in class ratpack.pac4j.RatpackPac4j
Obtains the logged in user's profile, if the user is logged in.
userProfile(Context, Class<T>) - Static method in class ratpack.pac4j.RatpackPac4j
Obtains the logged in user's profile, of the given type, if the user is logged in.
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