org.mmbase.bridge.jsp.taglib.community
Class WhoTag

org.mmbase.bridge.jsp.taglib.AbstractNodeListTag
  |
  +--org.mmbase.bridge.jsp.taglib.community.WhoTag
All Implemented Interfaces:
ListProvider, TagIdentifier

public class WhoTag
extends AbstractNodeListTag

Who tag, provides functionality for listing users of a channel.

Author:
Pierre van Rooden

Field Summary
protected  Module community
           
 
Fields inherited from class org.mmbase.bridge.jsp.taglib.AbstractNodeListTag
changed, constraints, currentItemIndex, directions, max, NOT_HANDLED, offset, orderby, returnList, returnValues, timerHandle
 
Constructor Summary
WhoTag()
           
 
Method Summary
 int doStartTag()
           
 int getIndex()
           
 void setChannel(java.lang.String channel)
           
 void setType(java.lang.String type)
           
 
Methods inherited from class org.mmbase.bridge.jsp.taglib.AbstractNodeListTag
doAfterBody, doEndTag, doInitBody, doStartTagHelper, getCurrent, isChanged, setConstraints, setDirections, setMax, setOffset, setOrderby, setReturnValues, setReturnValues, size
 
Methods inherited from interface org.mmbase.bridge.jsp.taglib.TagIdentifier
getId
 

Field Detail

community

protected Module community
Constructor Detail

WhoTag

public WhoTag()
Method Detail

getIndex

public int getIndex()
Overrides:
getIndex in class AbstractNodeListTag
Following copied from interface: org.mmbase.bridge.jsp.taglib.ListProvider
Returns:
the index of the current item in a list

setChannel

public void setChannel(java.lang.String channel)
                throws javax.servlet.jsp.JspTagException

setType

public void setType(java.lang.String type)
             throws javax.servlet.jsp.JspTagException

doStartTag

public int doStartTag()
               throws javax.servlet.jsp.JspTagException


MMBase 2002