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

E

embeddedApp(Closure<?>) - Static method in class ratpack.groovy.test.embed.EmbeddedApplications
Constructs a closure backed embedded application with no base dir.
embeddedApp(BaseDirBuilder, Closure<?>) - Static method in class ratpack.groovy.test.embed.EmbeddedApplications
Constructs a closure backed embedded application with a base dir.
EmbeddedApplication - Interface in ratpack.test.embed
An application created and used at runtime, useful for functionally testing subsets of functionality.
EmbeddedApplications - Class in ratpack.groovy.test.embed
Static factory methods for creating EmbeddedApplication objects.
EmbeddedApplicationSupport - Class in ratpack.test.embed
A support implementation that handles the file system and ApplicationUnderTest requirements.
EmbeddedApplicationSupport() - Constructor for class ratpack.test.embed.EmbeddedApplicationSupport
 
error(Context, int) - Method in interface ratpack.error.ClientErrorHandler
Handle a client error.
error(Context, Exception) - Method in class ratpack.error.DebugErrorHandler
Prints the stacktrace of the given exception to the response with a 500 status.
error(Context, int) - Method in class ratpack.error.DebugErrorHandler
Prints the string "Client error «statusCode»" to the response as text with the given status code.
error(Context, Exception) - Method in interface ratpack.error.ServerErrorHandler
Processes the given exception that occurred processing the given context.
error(Exception) - Method in interface ratpack.exec.ExecContext
Terminate this execution with the given exception.
error(ExecContext, Exception) - Method in interface ratpack.exec.ExecErrorHandler
 
error(Throwable) - Method in interface ratpack.exec.Fulfiller
Fulfills the promise with an error result.
error(Throwable) - Method in class ratpack.exec.Fulfillment
Fulfill with an error result.
error(Exception) - Method in interface ratpack.handling.Context
Forwards the exception to the ServerErrorHandler in this service.
ExceptionUtils - Class in ratpack.util
Utility methods for dealing with exceptions.
ExceptionUtils() - Constructor for class ratpack.util.ExceptionUtils
 
exec(ExecContext.Supplier, Action<? super ExecContext>) - Method in interface ratpack.exec.ExecController
 
exec(Closure<?>...) - Method in class ratpack.test.remote.RemoteControl
 
ExecContext - Interface in ratpack.exec
The context of an execution.
ExecContext.Supplier - Interface in ratpack.exec
Supplies the current effective context of the execution at any given time.
ExecControl - Interface in ratpack.exec
The execution control can be used by supporting services to perform asynchronous or blocking operations.
ExecController - Interface in ratpack.exec
The exec controller manages the execution of operations.
ExecErrorHandler - Interface in ratpack.exec
 
ExecException - Exception in ratpack.exec
Wraps an exception thrown during an execution.
ExecException(ExecContext, Throwable) - Constructor for exception ratpack.exec.ExecException
Constructor.
ExecInterceptor - Interface in ratpack.exec
Intercepts execution, primarily for traceability and recording metrics.
ExecInterceptor.ExecType - Enum in ratpack.exec
The execution type (i.e.
execute(Fulfiller<T>) - Method in class ratpack.exec.Fulfillment
Delegates to Fulfillment.execute(), using the given fulfiller for delegation.
execute() - Method in class ratpack.exec.Fulfillment
Implementations can naturally use the Fulfiller methods for the duration of this method.
execute(T) - Method in interface ratpack.func.Action
Executes the action against the given thing.
execute(Chain) - Method in class ratpack.groovy.handling.GroovyChainAction
Delegates to GroovyChainAction.execute(), using the given chain for delegation.
execute() - Method in class ratpack.groovy.handling.GroovyChainAction
Implementations can naturally use the GroovyChain DSL for the duration of this method.
execute(Chain) - Method in class ratpack.handling.ChainAction
Delegates to ChainAction.execute(), using the given chain for delegation.
execute() - Method in class ratpack.handling.ChainAction
Implementations can naturally use the Chain DSL for the duration of this method.
execute(RegistrySpec) - Method in class ratpack.registry.RegistrySpecAction
Delegates to RegistrySpecAction.execute(), using the given registrySpec for delegation.
execute() - Method in class ratpack.registry.RegistrySpecAction
Implementations can naturally use the RegistrySpec DSL for the duration of this method.
execute(RequestFixture) - Method in class ratpack.test.handling.RequestFixtureAction
Delegates to RequestFixtureAction.execute(), using the given requestFixture for delegation.
execute() - Method in class ratpack.test.handling.RequestFixtureAction
Implementations can naturally use the RequestFixture DSL for the duration of this method.
expireCookie(String) - Method in interface ratpack.http.Response
Adds a cookie to the response with a 0 max-age, forcing the client to expire it.
A B C D E F G H I J L M N O P R S T U V W X