Uses of Class
com.gentics.contentnode.rest.model.response.PageRenderResponse.Tag
Packages that use PageRenderResponse.Tag
-
Uses of PageRenderResponse.Tag in com.gentics.contentnode.rest.model.response
Fields in com.gentics.contentnode.rest.model.response with type parameters of type PageRenderResponse.TagModifier and TypeFieldDescriptionprotected List<PageRenderResponse.Tag>
PageRenderResponse.tags
List of tags found in the rendered pageMethods in com.gentics.contentnode.rest.model.response that return types with arguments of type PageRenderResponse.TagModifier and TypeMethodDescriptionMultiTagCreateResponse.getTags()
Tag data of the created tagsPageRenderResponse.getTags()
Get the tagsMethod parameters in com.gentics.contentnode.rest.model.response with type arguments of type PageRenderResponse.TagModifier and TypeMethodDescriptionvoid
MultiTagCreateResponse.setTags
(List<PageRenderResponse.Tag> tags) Set tag datavoid
PageRenderResponse.setTags
(List<PageRenderResponse.Tag> tags) Set the tagsConstructor parameters in com.gentics.contentnode.rest.model.response with type arguments of type PageRenderResponse.TagModifierConstructorDescriptionMultiTagCreateResponse
(Message message, ResponseInfo responseInfo, Map<String, CreatedTag> created, List<PageRenderResponse.Tag> tags) Create instance with message, response info and data