| Modifier and Type | Interface and Description |
|---|---|
interface |
ConfigurableRequestProcessChain<RESOURCE>
Configurable chain abstraction.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultRequestProcessChain<RESOURCE>
Implementation of the chain is responsible for processing all
RequestProcessor starting from list
DefaultRequestProcessChain.processors. |
| Modifier and Type | Method and Description |
|---|---|
void |
RequestProcessor.doProcess(RequestProcessor.RequestType type,
java.lang.Object dto,
AbstractResponseBuilder<RESOURCE,?,?> responseBuilder,
RequestProcessChain chain)
Performed right before
AbstractResponseBuilder.processRequest(). |
| Modifier and Type | Method and Description |
|---|---|
void |
ETagCacheRequestProcessor.doProcess(RequestProcessor.RequestType type,
java.lang.Object dto,
AbstractResponseBuilder<RESOURCE,?,?> responseBuilder,
RequestProcessChain chain) |
void |
LastModificationCacheRequestProcessor.doProcess(RequestProcessor.RequestType type,
java.lang.Object dto,
AbstractResponseBuilder<RESOURCE,?,?> responseBuilder,
RequestProcessChain chain) |
void |
AccessGrantRequestProcessor.doProcess(RequestProcessor.RequestType type,
java.lang.Object dto,
AbstractResponseBuilder<RESOURCE,?,?> responseBuilder,
RequestProcessChain chain) |
void |
NotificationRequestProcessor.doProcess(RequestProcessor.RequestType type,
java.lang.Object dto,
AbstractResponseBuilder<RESOURCE,?,?> responseBuilder,
RequestProcessChain chain) |
Copyright © 2018 SAP SE. All Rights Reserved.