public static class PageRenderResponse.Tag extends Object
| Modifier and Type | Field and Description |
|---|---|
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 and Description |
|---|
PageRenderResponse.Tag()
Empty constructor
|
PageRenderResponse.Tag(String element,
String tagname)
Create an instance of the tag
|
| Modifier and Type | Method and Description |
|---|---|
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) |
protected String element
protected String tagname
protected boolean onlyeditables
protected List<PageRenderResponse.Editable> editables
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 - Copyright © 2014 Gentics Software GmbH. All rights reserved.