- each(TypeToken<T>, Predicate<? super T>, Action<? super T>) - Method in interface ratpack.handling.Context
-
Calls the given action with each object whose declared type is assignment compatible with the given type and who satisfies the given predicate.
- each(TypeToken<T>, Predicate<? super T>, Action<? super T>) - Method in interface ratpack.registry.Registry
-
Calls the given action with each object whose declared type is assignment compatible with the given type and who satisfies the given predicate.
- 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
-
- EmbeddedApplicationSupport - Class in ratpack.test.embed
-
- EmbeddedApplicationSupport() - Constructor for class ratpack.test.embed.EmbeddedApplicationSupport
-
- equals(Object) - Method in class ratpack.registry.PredicateCacheability.CacheKey
-
- error(Context, int) - Method in interface ratpack.error.ClientErrorHandler
-
Handle a client error.
- error(Context, Throwable) - Method in class ratpack.error.DebugErrorHandler
-
- 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, Throwable) - Method in interface ratpack.error.ServerErrorHandler
-
Processes the given exception that occurred processing the given context.
- 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(Throwable) - Method in interface ratpack.handling.Context
-
- ExceptionUtils - Class in ratpack.util
-
Utility methods for dealing with exceptions.
- ExceptionUtils() - Constructor for class ratpack.util.ExceptionUtils
-
- exec(Closure<?>...) - Method in class ratpack.test.remote.RemoteControl
-
- ExecControl - Interface in ratpack.exec
-
Provides methods for controlling execution(i.e.
- ExecController - Interface in ratpack.exec
-
The exec controller manages the execution of operations.
- ExecHarness - Interface in ratpack.test.exec
-
A utility for testing asynchronous support/service code.
- execHarness() - Static method in class ratpack.test.UnitTest
-
Creates a new execution harness, for unit testing code that produces a promise.
- 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
-
- 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
-
- execute() - Method in class ratpack.groovy.handling.GroovyChainAction
-
Implementations can naturally use the
GroovyChain
DSL for the duration of this method.
- execute(BindingsSpec) - Method in class ratpack.guice.BindingsSpecAction
-
- execute() - Method in class ratpack.guice.BindingsSpecAction
-
Implementations can naturally use the
BindingsSpec
API for the duration of this method.
- execute(Chain) - Method in class ratpack.handling.ChainAction
-
- 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
-
- execute() - Method in class ratpack.registry.RegistrySpecAction
-
Implementations can naturally use the
RegistrySpec
DSL for the duration of this method.
- execute(Function<Execution, Promise<T>>) - Method in interface ratpack.test.exec.ExecHarness
-
Synchronously returns a promised value.
- execute(RequestFixture) - Method in class ratpack.test.handling.RequestFixtureAction
-
- execute() - Method in class ratpack.test.handling.RequestFixtureAction
-
Implementations can naturally use the
RequestFixture
DSL for the duration of this method.
- Execution - Interface in ratpack.exec
-
A logical stream of execution, which is potentially serialized over many threads.
- ExecutionException - Exception in ratpack.exec
-
Thrown when an execution sequence is invalid.
- ExecutionException(String) - Constructor for exception ratpack.exec.ExecutionException
-
Consructor.
- 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.