All Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
protected void |
appendArrayToResponse(ERXRestRequestNode node,
IERXRestResponse response,
int indent,
ERXRestFormat.Delegate delegate,
ERXRestContext context) |
protected void |
appendAttributesToResponse(ERXRestRequestNode node,
IERXRestResponse response,
ERXRestContext context) |
protected void |
appendDictionaryToResponse(ERXRestRequestNode node,
IERXRestResponse response,
int indent,
ERXRestFormat.Delegate delegate,
ERXRestContext context) |
protected void |
appendNodeToResponse(ERXRestRequestNode node,
IERXRestResponse response,
int indent,
ERXRestFormat.Delegate delegate,
ERXRestContext context) |
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.
|
protected void |
appendTypeToResponse(Object value,
IERXRestResponse response) |
protected void |
appendValueToResponse(ERXRestRequestNode node,
IERXRestResponse response,
int indent,
ERXRestContext context) |
protected String |
coerceValueToString(Object value,
ERXRestContext context) |
String |
contentType()
The corresponding HTTP header content type for this REST response.
|
protected void |
indent(IERXRestResponse response,
int indent) |