|
Project Wonder 5.0 | |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IERXRestWriter
IERXRestWriter provides the interface for generating the output of a restful request.
Method Summary | |
---|---|
void |
appendHeadersToResponse(ERXRestRequestNode node,
IERXRestResponse response)
Called at the end of a request to produce the output to the user. |
void |
appendToResponse(ERXRestRequestNode node,
IERXRestResponse response,
ERXRestFormat.Delegate delegate)
Called at the end of a request to produce the output to the user. |
Method Detail |
---|
void appendHeadersToResponse(ERXRestRequestNode node, IERXRestResponse response)
node
- the node to renderresponse
- the response to write intovoid appendToResponse(ERXRestRequestNode node, IERXRestResponse response, ERXRestFormat.Delegate delegate)
node
- the node to renderresponse
- the response to write into
|
Last updated: Tue, Feb 21, 2017 05:45 PM CET | |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |