Uses of Class
com.gentics.contentnode.rest.model.Tag
Packages that use Tag
Package
Description
-
Uses of Tag in com.gentics.contentnode.rest.model
Subclasses of Tag in com.gentics.contentnode.rest.modelModifier and TypeClassDescriptionclass
class
Tag object representing a templaetag in the GCNFields in com.gentics.contentnode.rest.model with type parameters of type TagMethods in com.gentics.contentnode.rest.model that return types with arguments of type TagModifier and TypeMethodDescriptionTemplate.getObjectTags()
Returns the list of object tags for this templateFile.getTags()
Map of object tags of this fileFolder.getTags()
Map of object tags of the folderPage.getTags()
Tags of the pageMethod parameters in com.gentics.contentnode.rest.model with type arguments of type TagModifier and TypeMethodDescriptionvoid
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
void
void
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 TagMethods in com.gentics.contentnode.rest.model.request.page with parameters of type TagConstructors in com.gentics.contentnode.rest.model.request.page with parameters of type TagModifierConstructorDescriptionCreatedTag
(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 TagMethods in com.gentics.contentnode.rest.model.response that return types with arguments of type TagMethods in com.gentics.contentnode.rest.model.response with parameters of type TagMethod parameters in com.gentics.contentnode.rest.model.response with type arguments of type TagConstructors in com.gentics.contentnode.rest.model.response with parameters of type TagModifierConstructorDescriptionTagCreateResponse
(Message message, ResponseInfo responseInfo, Tag tag)