|
Liferay 6.2.0-ce-rc6 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.AbstractMap<K,V>
java.util.HashMap<K,V>
java.util.LinkedHashMap<String,Object>
com.liferay.portal.kernel.templateparser.TemplateNode
public class TemplateNode
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class java.util.AbstractMap |
|---|
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V> |
| Constructor Summary | |
|---|---|
TemplateNode(ThemeDisplay themeDisplay,
String name,
String data,
String type)
|
|
| Method Summary | |
|---|---|
void |
appendChild(TemplateNode templateNode)
|
void |
appendChildren(List<TemplateNode> templateNodes)
|
void |
appendOption(String option)
|
void |
appendOptions(List<String> options)
|
void |
appendSibling(TemplateNode templateNode)
|
TemplateNode |
getChild(String name)
|
List<TemplateNode> |
getChildren()
|
String |
getData()
|
String |
getFriendlyUrl()
|
protected long |
getLayoutId()
|
protected String |
getLayoutType()
|
String |
getName()
|
List<String> |
getOptions()
|
List<TemplateNode> |
getSiblings()
|
String |
getType()
|
String |
getUrl()
|
| Methods inherited from class java.util.LinkedHashMap |
|---|
clear, containsValue, get, removeEldestEntry |
| Methods inherited from class java.util.HashMap |
|---|
clone, containsKey, entrySet, isEmpty, keySet, put, putAll, remove, size, values |
| Methods inherited from class java.util.AbstractMap |
|---|
equals, hashCode, toString |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface java.util.Map |
|---|
containsKey, entrySet, equals, hashCode, isEmpty, keySet, put, putAll, remove, size, values |
| Constructor Detail |
|---|
public TemplateNode(ThemeDisplay themeDisplay,
String name,
String data,
String type)
| Method Detail |
|---|
public void appendChild(TemplateNode templateNode)
public void appendChildren(List<TemplateNode> templateNodes)
public void appendOption(String option)
public void appendOptions(List<String> options)
public void appendSibling(TemplateNode templateNode)
public TemplateNode getChild(String name)
public List<TemplateNode> getChildren()
public String getData()
public String getFriendlyUrl()
public String getName()
public List<String> getOptions()
public List<TemplateNode> getSiblings()
public String getType()
public String getUrl()
protected long getLayoutId()
protected String getLayoutType()
|
Liferay 6.2.0-ce-rc6 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||