public class PageRenderResponse extends GenericResponse
Modifier and Type | Class and Description |
---|---|
static class |
PageRenderResponse.Editable
Class for instances of editables
|
static class |
PageRenderResponse.MetaEditable
Class for instances of meta editables
|
static class |
PageRenderResponse.Tag
Class for instances of tags
|
Modifier and Type | Field and Description |
---|---|
protected String |
content
Rendered content
|
protected String |
inheritedContent
Rendered Inherit Content
|
protected Map<String,String> |
inheritedProperties
Map of Inherit Properties
|
protected List<PageRenderResponse.MetaEditable> |
metaeditables
List of meta editables found in the rendered page
|
protected Map<String,String> |
properties
Map of properties
|
protected List<PageRenderResponse.Tag> |
tags
List of tags found in the rendered page
|
protected Long |
time
Render time
|
Constructor and Description |
---|
PageRenderResponse()
Create an instance
|
PageRenderResponse(Message message,
ResponseInfo responseInfo)
Create an instance with a message and response info
|
Modifier and Type | Method and Description |
---|---|
String |
getContent()
Get the content
|
String |
getInheritedContent()
Get inheritedContent
|
Map<String,String> |
getInheritedProperties()
Get inheritedProperties
|
List<PageRenderResponse.MetaEditable> |
getMetaeditables()
Get the meta editables
|
Map<String,String> |
getProperties()
Get the properties
|
List<PageRenderResponse.Tag> |
getTags()
Get the tags
|
Long |
getTime()
Rrender time in milliseconds
|
void |
setContent(String content)
Set the content
|
void |
setInheritedContent(String inheritedContent)
Set inheritedContent
|
void |
setInheritedProperties(Map<String,String> inheritedProperties)
Set inheritedProperties
|
void |
setMetaeditables(List<PageRenderResponse.MetaEditable> metaeditables)
Set the meta editables
|
void |
setProperties(Map<String,String> properties)
Set the properties
|
void |
setTags(List<PageRenderResponse.Tag> tags)
Set the tags
|
void |
setTime(Long time)
Set the render time in milliseconds
|
addMessage, getMessages, getResponseInfo, setMessages, setResponseInfo
protected String content
protected String inheritedContent
protected List<PageRenderResponse.Tag> tags
protected List<PageRenderResponse.MetaEditable> metaeditables
protected Long time
public PageRenderResponse()
public PageRenderResponse(Message message, ResponseInfo responseInfo)
message
- messageresponseInfo
- response infopublic String getContent()
public List<PageRenderResponse.Tag> getTags()
public List<PageRenderResponse.MetaEditable> getMetaeditables()
public Long getTime()
public void setContent(String content)
content
- contentpublic void setProperties(Map<String,String> properties)
properties
- propertiespublic void setTags(List<PageRenderResponse.Tag> tags)
tags
- tagspublic void setMetaeditables(List<PageRenderResponse.MetaEditable> metaeditables)
metaeditables
- meta editablespublic void setTime(Long time)
time
- render time in millisecondspublic String getInheritedContent()
public void setInheritedContent(String inheritedContent)
inheritedContent
- the inheritedContent to setpublic Map<String,String> getInheritedProperties()
Copyright © 2024 Gentics Software. All rights reserved.