|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface JSPTreeNodeIF
INTERNAL: Interface for classes which implement the Ontopia JSPTreeNodeIF. This class is the node of the JSPTree build by the JSPContentHandler.
JSPContentHandler| Method Summary | |
|---|---|
void |
addAttribute(String key,
String value)
Add a attribute to this JSPTreeNode. |
void |
addChild(JSPTreeNodeIF node)
Adds a child node to this JSPTreeNode. |
Map<String,String> |
getAttributes()
Returns the attributes for this JSPTreeNode. |
List<JSPTreeNodeIF> |
getChildren()
Gets the children (ordered) of this JSPTreeNode. |
String |
getContent()
The string content attached to this JSPTreeNode. |
JSPTreeNodeIF |
getParent()
Gets the parent node of this JSPTreeNode. |
javax.servlet.jsp.tagext.TagSupport |
getTag()
Gets the tag that this JSPTreeNode represents. |
String |
getTagName()
Gets the tag name that this JSPTreeNode represents. |
JSPTreeNodeIF |
makeClone()
Returns a node of the same class with the same internal state, but with a different tag object internally. |
void |
setParent(JSPTreeNodeIF parentNode)
Sets the parent node of this JSPTreeNode. |
void |
setTag(javax.servlet.jsp.tagext.TagSupport tag)
Sets the tag which this JSPTreeNode represents. |
void |
setTagName(String tagName)
Sets the name of the tag which this JSPTreeNode represents. |
String |
toString()
A string representation of this JSPTreeNode. |
| Method Detail |
|---|
Map<String,String> getAttributes()
void addAttribute(String key,
String value)
void setTagName(String tagName)
String getTagName()
void setTag(javax.servlet.jsp.tagext.TagSupport tag)
javax.servlet.jsp.tagext.TagSupport getTag()
JSPTreeNodeIF getParent()
void setParent(JSPTreeNodeIF parentNode)
void addChild(JSPTreeNodeIF node)
List<JSPTreeNodeIF> getChildren()
String getContent()
String toString()
toString in class ObjectJSPTreeNodeIF makeClone()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||