org.mmbase.bridge.jsp.taglib
Class NodeTag
org.mmbase.bridge.jsp.taglib.NodeTag
- Direct Known Subclasses:
- ChannelTag, CommunityTag, ConnectionTag, CreateRelationTag, DeleteAllTag, DeleteNodeTag, DeleteTag, LogTag, TestChannelTag
- public class NodeTag
NodeTag provides the fields of a node
- Author:
- Rob Vermeulen, Michiel Meeuwissen
|
Method Summary |
int |
doAfterBody()
this method writes the content of the body back to the jsp page |
void |
doInitBody()
|
int |
doStartTag()
|
void |
release()
Release all allocated resources. |
void |
setElement(java.lang.String e)
The element attribute is used to access elements of
clusternodes. |
void |
setNotfound(java.lang.String i)
|
void |
setNumber(java.lang.String number)
|
NodeTag
public NodeTag()
release
public void release()
- Release all allocated resources.
setNumber
public void setNumber(java.lang.String number)
throws javax.servlet.jsp.JspTagException
setNotfound
public void setNotfound(java.lang.String i)
throws javax.servlet.jsp.JspTagException
setElement
public void setElement(java.lang.String e)
throws javax.servlet.jsp.JspTagException
- The element attribute is used to access elements of
clusternodes.
doStartTag
public int doStartTag()
throws javax.servlet.jsp.JspTagException
doInitBody
public void doInitBody()
throws javax.servlet.jsp.JspTagException
doAfterBody
public int doAfterBody()
throws javax.servlet.jsp.JspTagException
- this method writes the content of the body back to the jsp page
MMBase 2002