|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.gentics.contentnode.rest.model.response.PageRenderResponse.Tag
public static class PageRenderResponse.Tag
Class for instances of tags
Field Summary | |
---|---|
protected List<PageRenderResponse.Editable> |
editables
List of editables (if the tag contains any) |
protected String |
element
ID of the DOM element of the tag |
protected boolean |
onlyeditables
True if the tag only contains editables, false if not |
protected String |
tagname
Tagname |
Constructor Summary | |
---|---|
PageRenderResponse.Tag()
Empty constructor |
|
PageRenderResponse.Tag(String element,
String tagname)
Create an instance of the tag |
Method Summary | |
---|---|
List<PageRenderResponse.Editable> |
getEditables()
|
String |
getElement()
|
String |
getTagname()
|
boolean |
isOnlyeditables()
|
void |
setEditables(List<PageRenderResponse.Editable> editables)
|
void |
setElement(String element)
|
void |
setOnlyeditables(boolean onlyeditables)
Set whether the tag only contains editables |
void |
setTagname(String tagname)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected String element
protected String tagname
protected boolean onlyeditables
protected List<PageRenderResponse.Editable> editables
Constructor Detail |
---|
public PageRenderResponse.Tag()
public PageRenderResponse.Tag(String element, String tagname)
element
- element idtagname
- tagnameMethod Detail |
---|
public String getElement()
public void setElement(String element)
element
- the element to setpublic String getTagname()
public boolean isOnlyeditables()
public void setTagname(String tagname)
tagname
- the tagname to setpublic List<PageRenderResponse.Editable> getEditables()
public void setEditables(List<PageRenderResponse.Editable> editables)
editables
- the editables to setpublic void setOnlyeditables(boolean onlyeditables)
onlyeditables
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |