Package | Description |
---|---|
com.gentics.contentnode.rest.model.response |
Modifier and Type | Field and Description |
---|---|
protected List<PageRenderResponse.Tag> |
PageRenderResponse.tags
List of tags found in the rendered page
|
Modifier and Type | Method and Description |
---|---|
List<PageRenderResponse.Tag> |
MultiTagCreateResponse.getTags()
Tag data of the created tags
|
List<PageRenderResponse.Tag> |
PageRenderResponse.getTags()
Get the tags
|
Modifier and Type | Method and Description |
---|---|
void |
MultiTagCreateResponse.setTags(List<PageRenderResponse.Tag> tags)
Set tag data
|
void |
PageRenderResponse.setTags(List<PageRenderResponse.Tag> tags)
Set the tags
|
Constructor and Description |
---|
MultiTagCreateResponse(Message message,
ResponseInfo responseInfo,
Map<String,CreatedTag> created,
List<PageRenderResponse.Tag> tags)
Create instance with message, response info and data
|
Copyright © 2016 Gentics Software. All rights reserved.