public interface IERXRestWriter
Modifier and Type | Method and Description |
---|---|
void |
appendHeadersToResponse(ERXRestRequestNode node,
IERXRestResponse response,
ERXRestContext context)
Called at the end of a request to produce the output to the user.
|
void |
appendToResponse(ERXRestRequestNode node,
IERXRestResponse response,
ERXRestFormat.Delegate delegate,
ERXRestContext context)
Called at the end of a request to produce the output to the user.
|
void appendHeadersToResponse(ERXRestRequestNode node, IERXRestResponse response, ERXRestContext context)
node
- the node to renderresponse
- the response to write intocontext
- the REST contextvoid appendToResponse(ERXRestRequestNode node, IERXRestResponse response, ERXRestFormat.Delegate delegate, ERXRestContext context)
node
- the node to renderresponse
- the response to write intodelegate
- the REST delegatecontext
- the REST contextCopyright © 2002 – 2024 Project Wonder.