Class CreatedTag
java.lang.Object
com.gentics.contentnode.rest.model.request.page.CreatedTag
Created tag
-
Constructor Summary
ConstructorsConstructorDescriptionCreate an empty instanceCreatedTag
(Tag tag, String html) Create an instance with tag and html code -
Method Summary
-
Constructor Details
-
CreatedTag
public CreatedTag()Create an empty instance -
CreatedTag
Create an instance with tag and html code- Parameters:
tag
- taghtml
- rendered tag
-
-
Method Details
-
getTag
Tag object- Returns:
- tag object
-
getHtml
Tag rendered in edit mode- Returns:
- rendered tag
-
setTag
Set the tag- Parameters:
tag
- tag
-
setHtml
Set the html code- Parameters:
html
- html code
-