org.mmbase.bridge.jsp.taglib.macro
Class RelatedTag

org.mmbase.bridge.jsp.taglib.AbstractNodeListTag
  |
  +--org.mmbase.bridge.jsp.taglib.ListTag
        |
        +--org.mmbase.bridge.jsp.taglib.macro.RelatedTag
All Implemented Interfaces:
ListProvider, TagIdentifier

public class RelatedTag
extends ListTag

Shortcut for List where the start node is the parent node.


Fields inherited from class org.mmbase.bridge.jsp.taglib.ListTag
distinctString, fields, nodesString, pathString, searchNodes, searchString
 
Fields inherited from class org.mmbase.bridge.jsp.taglib.AbstractNodeListTag
changed, constraints, currentItemIndex, directions, max, NOT_HANDLED, offset, orderby, returnList, returnValues, timerHandle
 
Constructor Summary
RelatedTag()
           
 
Method Summary
 int doStartTag()
          Performs the search
 void setPath(java.lang.String path)
          Override original ListTag method.
 
Methods inherited from class org.mmbase.bridge.jsp.taglib.ListTag
parseNodes, setDistinct, setFields, setNodes, setSearchdir, setType
 
Methods inherited from class org.mmbase.bridge.jsp.taglib.AbstractNodeListTag
doAfterBody, doEndTag, doInitBody, doStartTagHelper, getCurrent, getIndex, isChanged, setConstraints, setDirections, setMax, setOffset, setOrderby, setReturnValues, setReturnValues, size
 
Methods inherited from interface org.mmbase.bridge.jsp.taglib.TagIdentifier
getId
 

Constructor Detail

RelatedTag

public RelatedTag()
Method Detail

setPath

public void setPath(java.lang.String path)
             throws javax.servlet.jsp.JspTagException
Override original ListTag method.
Overrides:
setPath in class ListTag
Parameters:
type - a comma separated list of nodeManagers

doStartTag

public int doStartTag()
               throws javax.servlet.jsp.JspTagException
Description copied from class: ListTag
Performs the search
Overrides:
doStartTag in class ListTag


MMBase 2002