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

org.mmbase.bridge.jsp.taglib.NodeTag
  |
  +--org.mmbase.bridge.jsp.taglib.community.CommunityTag

public class CommunityTag
extends NodeTag

As NodeTag, but the node (which should be a commnity) will be opened or closed at the start of the body, depending on the action given. This affects all channels of this community.

Author:
Pierre van Rooden

Field Summary
static java.lang.String CLOSE
           
static java.lang.String OPEN
           
 
Constructor Summary
CommunityTag()
           
 
Method Summary
 int doStartTag()
           
 void setAction(java.lang.String c)
           
 void setCommunity(java.lang.String c)
           
 
Methods inherited from class org.mmbase.bridge.jsp.taglib.NodeTag
doAfterBody, doInitBody, release, setElement, setNotfound, setNumber
 

Field Detail

OPEN

public static final java.lang.String OPEN

CLOSE

public static final java.lang.String CLOSE
Constructor Detail

CommunityTag

public CommunityTag()
Method Detail

setCommunity

public void setCommunity(java.lang.String c)
                  throws javax.servlet.jsp.JspTagException

setAction

public void setAction(java.lang.String c)
               throws javax.servlet.jsp.JspTagException

doStartTag

public int doStartTag()
               throws javax.servlet.jsp.JspTagException
Overrides:
doStartTag in class NodeTag


MMBase 2002