| 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> |
PageRenderResponse.getTags()
Get the tags
|
List<PageRenderResponse.Tag> |
MultiTagCreateResponse.getTags()
Tag data of the created tags
|
| Modifier and Type | Method and Description |
|---|---|
void |
PageRenderResponse.setTags(List<PageRenderResponse.Tag> tags)
Set the tags
|
void |
MultiTagCreateResponse.setTags(List<PageRenderResponse.Tag> tags)
Set tag data
|
| 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.