org.mmbase.bridge.jsp.taglib
Interface NodeProvider
- All Superinterfaces:
- TagIdentifier
- All Known Implementing Classes:
- AbstractNodeProviderTag
- public interface NodeProvider
- extends TagIdentifier
Interface designed to make it possible for child tags
to access a node defined in a tag
getNodeVar
public Node getNodeVar()
throws javax.servlet.jsp.JspTagException
- Returns:
- the node contained in the tag
NOTE: we have decided to call this methid getNodeVar because
we use tag attributes with name "node" and type String
setModified
public void setModified()
setJspvar
public void setJspvar(java.lang.String jv)
MMBase build 1.6.5.20030923