Package | Description |
---|---|
ratpack.exec | |
ratpack.handling |
The handling of application requests.
|
Modifier and Type | Method and Description |
---|---|
List<ExecInterceptor> |
ExecContext.getInterceptors()
The execution interceptors.
|
Modifier and Type | Method and Description |
---|---|
List<ExecInterceptor> |
Context.getInterceptors()
The execution interceptors.
|
Modifier and Type | Method and Description |
---|---|
void |
Context.addExecInterceptor(ExecInterceptor execInterceptor,
Action<? super Context> action) |