|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Tag | |
---|---|
com.gentics.contentnode.rest.model | |
com.gentics.contentnode.rest.model.response |
Uses of Tag in com.gentics.contentnode.rest.model |
---|
Subclasses of Tag in com.gentics.contentnode.rest.model | |
---|---|
class |
TemplateTag
Tag object representing a templaetag in the GCN |
Fields in com.gentics.contentnode.rest.model with type parameters of type Tag | |
---|---|
protected java.util.Map<java.lang.String,Tag> |
File.tags
Tags in the file (objecttags) |
Methods in com.gentics.contentnode.rest.model that return types with arguments of type Tag | |
---|---|
java.util.Map<java.lang.String,Tag> |
Template.getObjectTags()
Returns the list of object tags for this template |
java.util.Map<java.lang.String,Tag> |
File.getTags()
Map of object tags of this file |
java.util.Map<java.lang.String,Tag> |
Page.getTags()
Tags of the page |
java.util.Map<java.lang.String,Tag> |
Folder.getTags()
Map of object tags of the folder |
Method parameters in com.gentics.contentnode.rest.model with type arguments of type Tag | |
---|---|
void |
Page.addTags(java.util.Map<java.lang.String,Tag> restTags)
Add the given rest tags to the map of all other rest tags for this page |
void |
Template.setObjectTags(java.util.Map<java.lang.String,Tag> objectTags)
Sets the object tags for this template |
void |
File.setTags(java.util.Map<java.lang.String,Tag> tags)
|
void |
Page.setTags(java.util.Map<java.lang.String,Tag> tags)
Set the tags |
void |
Folder.setTags(java.util.Map<java.lang.String,Tag> tags)
|
Uses of Tag in com.gentics.contentnode.rest.model.response |
---|
Methods in com.gentics.contentnode.rest.model.response that return Tag | |
---|---|
Tag |
TagCreateResponse.getTag()
Get the tag |
Methods in com.gentics.contentnode.rest.model.response that return types with arguments of type Tag | |
---|---|
java.util.List<Tag> |
TagListResponse.getTags()
Get tags list |
Methods in com.gentics.contentnode.rest.model.response with parameters of type Tag | |
---|---|
void |
TagCreateResponse.setTag(Tag tag)
Set the tag |
Method parameters in com.gentics.contentnode.rest.model.response with type arguments of type Tag | |
---|---|
void |
TagListResponse.setTags(java.util.List<Tag> tags)
Set tags list |
Constructors in com.gentics.contentnode.rest.model.response with parameters of type Tag | |
---|---|
TagCreateResponse(Message message,
ResponseInfo responseInfo,
Tag tag)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |