org.mmbase.bridge.jsp.taglib
Interface NodeProvider
- All Superinterfaces:
- TagIdentifier
- All Known Implementing Classes:
- AbstractNodeProviderTag, FieldListTag
- 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
MMBase 2001