Package | Description |
---|---|
oracle.sdp.daf.action.api |
Modifier and Type | Method and Description |
---|---|
void |
ExceptionAwareAction.exceptionHappened(ActionProcessingError e,
HttpContext context)
Called if an action processing error happened later in the chain.
|
Modifier and Type | Method and Description |
---|---|
void |
Action.process(HttpContext context)
Process the request.
|
void |
CalloutCallbackHandler.process(HttpContext context)
Called on callout completion.
|
String |
HttpContext.stringSubstitute(String s)
Helper method that parses the string and exchanges the syntax ${attribute} to whatever that attribute is.
|