Package | Description |
---|---|
com.gentics.contentnode.rest.model | |
com.gentics.contentnode.rest.model.request.page | |
com.gentics.contentnode.rest.model.response |
Modifier and Type | Class and Description |
---|---|
class |
TemplateTag
Tag object representing a templaetag in the GCN
|
Modifier and Type | Field and Description |
---|---|
protected Map<String,Tag> |
File.tags
Tags in the file (objecttags)
|
Modifier and Type | Method and Description |
---|---|
Map<String,Tag> |
Template.getObjectTags()
Returns the list of object tags for this template
|
Map<String,Tag> |
File.getTags()
Map of object tags of this file
|
Map<String,Tag> |
Folder.getTags()
Map of object tags of the folder
|
Map<String,Tag> |
Page.getTags()
Tags of the page
|
Modifier and Type | Method and Description |
---|---|
void |
Page.addTags(Map<String,Tag> restTags)
Add the given rest tags to the map of all other rest tags for this page
|
void |
Template.setObjectTags(Map<String,Tag> objectTags)
Sets the object tags for this template
|
void |
File.setTags(Map<String,Tag> tags) |
void |
Folder.setTags(Map<String,Tag> tags) |
void |
Page.setTags(Map<String,Tag> tags)
Set the tags
|
Modifier and Type | Method and Description |
---|---|
Tag |
CreatedTag.getTag()
Tag object
|
Modifier and Type | Method and Description |
---|---|
void |
CreatedTag.setTag(Tag tag)
Set the tag
|
Constructor and Description |
---|
CreatedTag(Tag tag,
String html)
Create an instance with tag and html code
|
Modifier and Type | Method and Description |
---|---|
Tag |
TagCreateResponse.getTag()
Get the tag
|
Modifier and Type | Method and Description |
---|---|
List<Tag> |
TagListResponse.getTags()
Get tags list
|
Modifier and Type | Method and Description |
---|---|
void |
TagCreateResponse.setTag(Tag tag)
Set the tag
|
Modifier and Type | Method and Description |
---|---|
void |
TagListResponse.setTags(List<Tag> tags)
Set tags list
|
Constructor and Description |
---|
TagCreateResponse(Message message,
ResponseInfo responseInfo,
Tag tag) |
Copyright © 2018 Gentics Software. All rights reserved.