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

E

EmbeddedApplication - Interface in ratpack.test.embed
An application created and used at runtime, useful for functionally testing subsets of functionality.
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 interface ratpack.error.ServerErrorHandler
Processes the given exception that occurred processing the given context.
error(Exception) - Method in interface ratpack.handling.ReadOnlyContext
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(Callable<T>) - Method in interface ratpack.handling.Background
Execute the given operation in a background thread pool, avoiding blocking on a request handling thread.
exec(Closure<?>...) - Method in class ratpack.test.remote.RemoteControl
 
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
Adds to the given chain.
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