- 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 - Interface in ratpack.test.embed
-
An application created and used at runtime, useful for functionally testing subsets of functionality.
- empty() - Static method in class ratpack.registry.Registries
-
Returns an empty registry.
- equals(Object) - Method in class ratpack.func.Pair
-
A pair is equal if its left and right items are equal to the left and right items of this
respectively.
- 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 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 interface ratpack.handling.Context
-
- event(String) - Method in interface ratpack.sse.ServerSentEvent.Spec
-
Specify the event type for the server sent event.
- exception(Class<T>) - Method in interface ratpack.test.handling.HandlingResult
-
- ExceptionUtils - Class in ratpack.util
-
Utility methods for dealing with exceptions.
- ExceptionUtils() - Constructor for class ratpack.util.ExceptionUtils
-
- exec() - Method in interface ratpack.exec.ExecControl
-
Creates a new execution stater that can be used to initiate a new execution.
- exec() - Method in interface ratpack.handling.Context
-
Forks a new execution, detached from the current.
- exec() - Method in interface ratpack.test.exec.ExecHarness
-
Creates a new execution stater that can be used to initiate a new execution.
- 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.
- ExecInterceptor - Interface in ratpack.exec
-
Intercepts execution, primarily for traceability and recording metrics.
- ExecInterceptor.ExecType - Enum in ratpack.exec
-
The execution type (i.e.
- ExecResult<T> - Interface in ratpack.test.exec
-
- ExecStarter - Interface in ratpack.exec
-
- execute(T) - Method in interface ratpack.func.Action
-
Executes the action against the given thing.
- execute() - Method in interface ratpack.func.NoArgAction
-
Execute the action.
- 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
-
Constructor.
- ExecutionSnapshot - Interface in ratpack.exec
-
- expireCookie(String) - Method in interface ratpack.http.ResponseMetaData
-
Adds a cookie to the response with a 0 max-age, forcing the client to expire it.