org.mmbase.applications.community.taglib
Class ConnectionTag

java.lang.Object
  extended byjavax.servlet.jsp.tagext.TagSupport
      extended byjavax.servlet.jsp.tagext.BodyTagSupport
          extended byorg.mmbase.bridge.jsp.taglib.ContextReferrerTag
              extended byorg.mmbase.bridge.jsp.taglib.CloudReferrerTag
                  extended byorg.mmbase.bridge.jsp.taglib.NodeReferrerTag
                      extended byorg.mmbase.bridge.jsp.taglib.AbstractNodeProviderTag
                          extended byorg.mmbase.bridge.jsp.taglib.NodeTag
                              extended byorg.mmbase.applications.community.taglib.ConnectionTag
All Implemented Interfaces:
javax.servlet.jsp.tagext.BodyTag, FunctionContainerOrNodeProvider, javax.servlet.jsp.tagext.IterationTag, NodeProvider, java.io.Serializable, javax.servlet.jsp.tagext.Tag, TagIdentifier

public class ConnectionTag
extends NodeTag

As NodeTag, but the node (which should be a user) will be connected to the indicated channel at the start of the body.

Version:
$Id: ConnectionTag.java,v 1.4 2003/06/18 20:03:56 michiel Exp $
Author:
Pierre van Rooden
See Also:
Serialized Form

Field Summary
static java.lang.String JOIN
           
static java.lang.String LEAVE
           
static java.lang.String STILLACTIVE
           
 
Fields inherited from class org.mmbase.bridge.jsp.taglib.AbstractNodeProviderTag
nodeHelper
 
Fields inherited from class org.mmbase.bridge.jsp.taglib.NodeReferrerTag
parentNodeId
 
Fields inherited from class org.mmbase.bridge.jsp.taglib.ContextReferrerTag
contextId, EVAL_BODY, helper, id, pageContextTag, referid, writerid
 
Fields inherited from class javax.servlet.jsp.tagext.BodyTagSupport
bodyContent
 
Fields inherited from class javax.servlet.jsp.tagext.TagSupport
pageContext
 
Fields inherited from interface javax.servlet.jsp.tagext.BodyTag
EVAL_BODY_BUFFERED, EVAL_BODY_TAG
 
Fields inherited from interface javax.servlet.jsp.tagext.IterationTag
EVAL_BODY_AGAIN
 
Fields inherited from interface javax.servlet.jsp.tagext.Tag
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE
 
Constructor Summary
ConnectionTag()
           
 
Method Summary
 int doStartTag()
           
 void setAction(java.lang.String a)
           
 void setChannel(java.lang.String c)
           
 void setUser(java.lang.String u)
           
 
Methods inherited from class org.mmbase.bridge.jsp.taglib.NodeTag
doAfterBody, doEndTag, release, setElement, setNotfound, setNumber
 
Methods inherited from class org.mmbase.bridge.jsp.taglib.AbstractNodeProviderTag
fillVars, getModified, getNodeVar, setJspvar, setModified, setNodeVar
 
Methods inherited from class org.mmbase.bridge.jsp.taglib.NodeReferrerTag
findNodeProvider, findNodeProvider, getNode, setNode
 
Methods inherited from class org.mmbase.bridge.jsp.taglib.CloudReferrerTag
findCloudProvider, findCloudProvider, getCloud, getCloudContext, getCloudVar, getNode, getNodeOrNull, setCloud
 
Methods inherited from class org.mmbase.bridge.jsp.taglib.ContextReferrerTag
findParentTag, findParentTag, findParentTag, findParentTag, findWriter, findWriter, getAttribute, getAttributeBoolean, getAttributeInteger, getAttributeInteger, getAttributeValue, getContentTag, getContextProvider, getContextTag, getId, getLocale, getObject, getPageContext, getReferid, getString, getWriterValue, haveBody, setContext, setEscape, setId, setPageContext, setReferid, setVartype, setWrite, setWriter
 
Methods inherited from class javax.servlet.jsp.tagext.BodyTagSupport
doInitBody, getBodyContent, getPreviousOut, setBodyContent
 
Methods inherited from class javax.servlet.jsp.tagext.TagSupport
findAncestorWithClass, getParent, getValue, getValues, removeValue, setParent, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface javax.servlet.jsp.tagext.BodyTag
doInitBody, setBodyContent
 
Methods inherited from interface javax.servlet.jsp.tagext.Tag
getParent, setPageContext, setParent
 
Methods inherited from interface org.mmbase.bridge.jsp.taglib.TagIdentifier
getId
 

Field Detail

JOIN

public static final java.lang.String JOIN
See Also:
Constant Field Values

LEAVE

public static final java.lang.String LEAVE
See Also:
Constant Field Values

STILLACTIVE

public static final java.lang.String STILLACTIVE
See Also:
Constant Field Values
Constructor Detail

ConnectionTag

public ConnectionTag()
Method Detail

setChannel

public void setChannel(java.lang.String c)
                throws javax.servlet.jsp.JspTagException
Throws:
javax.servlet.jsp.JspTagException

setAction

public void setAction(java.lang.String a)
               throws javax.servlet.jsp.JspTagException
Throws:
javax.servlet.jsp.JspTagException

setUser

public void setUser(java.lang.String u)
             throws javax.servlet.jsp.JspTagException
Throws:
javax.servlet.jsp.JspTagException

doStartTag

public int doStartTag()
               throws javax.servlet.jsp.JspTagException
Specified by:
doStartTag in interface javax.servlet.jsp.tagext.Tag
Overrides:
doStartTag in class NodeTag
Throws:
javax.servlet.jsp.JspTagException


MMBase build 1.7.1.20041002