
Public Member Functions | |
| void | appendHeadersToResponse (ERXRestRequestNode node, IERXRestResponse response) |
| void | appendToResponse (ERXRestRequestNode node, IERXRestResponse response, ERXRestFormat.Delegate delegate) |
Protected Member Functions | |
| void | appendArrayToResponse (ERXRestRequestNode node, IERXRestResponse response, int indent, ERXRestFormat.Delegate delegate) |
| void | appendAttributesToResponse (ERXRestRequestNode node, IERXRestResponse response) |
| void | appendDictionaryToResponse (ERXRestRequestNode node, IERXRestResponse response, int indent, ERXRestFormat.Delegate delegate) |
| void | appendNodeToResponse (ERXRestRequestNode node, IERXRestResponse response, int indent, ERXRestFormat.Delegate delegate) |
| void | appendTypeToResponse (Object value, IERXRestResponse response) |
| void | appendValueToResponse (ERXRestRequestNode node, IERXRestResponse response, int indent) |
| String | coerceValueToString (Object value) |
| void | indent (IERXRestResponse response, int indent) |
| void appendArrayToResponse | ( | ERXRestRequestNode | node, | |
| IERXRestResponse | response, | |||
| int | indent, | |||
| ERXRestFormat.Delegate | delegate | |||
| ) | [protected] |
| void appendAttributesToResponse | ( | ERXRestRequestNode | node, | |
| IERXRestResponse | response | |||
| ) | [protected] |
| void appendDictionaryToResponse | ( | ERXRestRequestNode | node, | |
| IERXRestResponse | response, | |||
| int | indent, | |||
| ERXRestFormat.Delegate | delegate | |||
| ) | [protected] |
| void appendHeadersToResponse | ( | ERXRestRequestNode | node, | |
| IERXRestResponse | response | |||
| ) |
Called at the end of a request to produce the output to the user.
| node | the node to render | |
| response | the response to write into |
Implements IERXRestWriter.
| void appendNodeToResponse | ( | ERXRestRequestNode | node, | |
| IERXRestResponse | response, | |||
| int | indent, | |||
| ERXRestFormat.Delegate | delegate | |||
| ) | [protected] |
| void appendToResponse | ( | ERXRestRequestNode | node, | |
| IERXRestResponse | response, | |||
| ERXRestFormat.Delegate | delegate | |||
| ) |
Called at the end of a request to produce the output to the user.
| node | the node to render | |
| response | the response to write into |
Implements IERXRestWriter.
| void appendTypeToResponse | ( | Object | value, | |
| IERXRestResponse | response | |||
| ) | [protected] |
| void appendValueToResponse | ( | ERXRestRequestNode | node, | |
| IERXRestResponse | response, | |||
| int | indent | |||
| ) | [protected] |
| String coerceValueToString | ( | Object | value | ) | [protected] |
| void indent | ( | IERXRestResponse | response, | |
| int | indent | |||
| ) | [protected] |
1.5.8