Package | Description |
---|---|
ratpack.exec | |
ratpack.handling |
The handling of application requests.
|
Modifier and Type | Method and Description |
---|---|
ExecContext.Supplier |
ExecContext.getSupplier()
The supplier of the effective context for the current execution.
|
Modifier and Type | Method and Description |
---|---|
void |
ExecController.exec(ExecContext.Supplier execContextSupplier,
Action<? super ExecContext> action) |
Modifier and Type | Method and Description |
---|---|
ExecContext.Supplier |
Context.getSupplier()
The supplier of the effective context for the current execution.
|