Uses of Class
com.gentics.contentnode.rest.model.Tag
-
Packages that use Tag Package Description com.gentics.contentnode.rest.model com.gentics.contentnode.rest.model.request.page com.gentics.contentnode.rest.model.response -
-
Uses of Tag in com.gentics.contentnode.rest.model
Subclasses of Tag in com.gentics.contentnode.rest.model Modifier and Type Class Description class
ObjectTag
class
TemplateTag
Tag object representing a templaetag in the GCNFields in com.gentics.contentnode.rest.model with type parameters of type Tag Modifier and Type Field Description protected Map<String,Tag>
File. tags
Tags in the file (objecttags)Methods in com.gentics.contentnode.rest.model that return types with arguments of type Tag Modifier and Type Method Description Map<String,Tag>
Template. getObjectTags()
Returns the list of object tags for this templateMap<String,Tag>
File. getTags()
Map of object tags of this fileMap<String,Tag>
Folder. getTags()
Map of object tags of the folderMap<String,Tag>
Page. getTags()
Tags of the pageMethod parameters in com.gentics.contentnode.rest.model with type arguments of type Tag Modifier and Type Method Description void
Page. addTags(Map<String,Tag> restTags)
Add the given rest tags to the map of all other rest tags for this pagevoid
Template. setObjectTags(Map<String,Tag> objectTags)
Sets the object tags for this templatevoid
File. setTags(Map<String,Tag> tags)
void
Folder. setTags(Map<String,Tag> tags)
void
Page. setTags(Map<String,Tag> tags)
Set the tags -
Uses of Tag in com.gentics.contentnode.rest.model.request.page
Methods in com.gentics.contentnode.rest.model.request.page that return Tag Modifier and Type Method Description Tag
CreatedTag. getTag()
Tag objectMethods in com.gentics.contentnode.rest.model.request.page with parameters of type Tag Modifier and Type Method Description void
CreatedTag. setTag(Tag tag)
Set the tagConstructors in com.gentics.contentnode.rest.model.request.page with parameters of type Tag Constructor Description CreatedTag(Tag tag, String html)
Create an instance with tag and html code -
Uses of Tag in com.gentics.contentnode.rest.model.response
Methods in com.gentics.contentnode.rest.model.response that return Tag Modifier and Type Method Description Tag
TagCreateResponse. getTag()
Get the tagMethods in com.gentics.contentnode.rest.model.response that return types with arguments of type Tag Modifier and Type Method Description List<Tag>
TagListResponse. getTags()
Get tags listMethods in com.gentics.contentnode.rest.model.response with parameters of type Tag Modifier and Type Method Description void
TagCreateResponse. setTag(Tag tag)
Set the tagMethod parameters in com.gentics.contentnode.rest.model.response with type arguments of type Tag Modifier and Type Method Description void
TagListResponse. setTags(List<Tag> tags)
Set tags listConstructors in com.gentics.contentnode.rest.model.response with parameters of type Tag Constructor Description TagCreateResponse(Message message, ResponseInfo responseInfo, Tag tag)
-