pageRenderResponse
Response for request to render a page
XML
Elements
| name (type) |
min/max occurs |
description |
|
content (string)
|
0/1 |
Get the content
|
|
properties ((anonymous))
|
0/1 |
Get the properties
|
|
tags (tag)
|
0/unbounded |
Get the tags
|
|
metaeditables (metaEditable)
|
0/unbounded |
Get the meta editables
|
|
time (long)
|
0/1 |
Rrender time in milliseconds
|
|
inheritedContent (string)
|
0/1 |
Get inheritedContent
|
|
inheritedProperties ((anonymous))
|
0/1 |
Get inheritedProperties
|
JSON
| property |
type |
description |
| content |
content (string)
|
Get the content
|
| properties |
properties ((anonymous))
|
Get the properties
|
| tags |
array of tags (tag)
|
Get the tags
|
| metaeditables |
array of metaeditables (metaEditable)
|
Get the meta editables
|
| time |
time (long)
|
Rrender time in milliseconds
|
| inheritedContent |
inheritedContent (string)
|
Get inheritedContent
|
| inheritedProperties |
inheritedProperties ((anonymous))
|
Get inheritedProperties
|