org.mmbase.bridge.jsp.taglib.edit
Class TransactionTag

java.lang.Object
  |
  +--javax.servlet.jsp.tagext.TagSupport
        |
        +--javax.servlet.jsp.tagext.BodyTagSupport
              |
              +--org.mmbase.bridge.jsp.taglib.ContextReferrerTag
                    |
                    +--org.mmbase.bridge.jsp.taglib.CloudReferrerTag
                          |
                          +--org.mmbase.bridge.jsp.taglib.edit.TransactionTag
All Implemented Interfaces:
javax.servlet.jsp.tagext.BodyTag, CloudProvider, java.io.Serializable, javax.servlet.jsp.tagext.Tag, TagIdentifier

public class TransactionTag
extends CloudReferrerTag
implements CloudProvider

Creates a new Transaction.

Author:
Michiel Meeuwissen
See Also:
Serialized Form

Fields inherited from class org.mmbase.bridge.jsp.taglib.ContextReferrerTag
pageContextTag, referid
 
Fields inherited from class javax.servlet.jsp.tagext.BodyTagSupport
bodyContent
 
Fields inherited from class javax.servlet.jsp.tagext.TagSupport
id, pageContext
 
Fields inherited from interface javax.servlet.jsp.tagext.BodyTag
EVAL_BODY_TAG
 
Fields inherited from interface javax.servlet.jsp.tagext.Tag
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE
 
Constructor Summary
TransactionTag()
           
 
Method Summary
 int doAfterBody()
           
 int doStartTag()
          Creates the transaction.
 Cloud getCloudVar()
           
 void setCommitonclose(boolean c)
           
 void setJspvar(java.lang.String jv)
           
 void setName(java.lang.String s)
           
 
Methods inherited from class org.mmbase.bridge.jsp.taglib.CloudReferrerTag
findCloudProvider, getCloudContext, getCloudProviderVar, setCloud
 
Methods inherited from class org.mmbase.bridge.jsp.taglib.ContextReferrerTag
findParentTag, findParentTag, getAttributeValue, getContextTag, getContextTag, getReferid, getReferIdValue, release, setContext, setPageContext, setReferid, stringSplitter, stringSplitter
 
Methods inherited from class javax.servlet.jsp.tagext.BodyTagSupport
doEndTag, doInitBody, getBodyContent, getPreviousOut, setBodyContent
 
Methods inherited from class javax.servlet.jsp.tagext.TagSupport
findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setParent, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.mmbase.bridge.jsp.taglib.TagIdentifier
getId
 
Methods inherited from interface javax.servlet.jsp.tagext.Tag
getParent, setParent
 

Constructor Detail

TransactionTag

public TransactionTag()
Method Detail

setCommitonclose

public void setCommitonclose(boolean c)

getCloudVar

public Cloud getCloudVar()
                  throws javax.servlet.jsp.JspTagException
Specified by:
getCloudVar in interface CloudProvider
Following copied from interface: org.mmbase.bridge.jsp.taglib.CloudProvider
Returns:
the cloud contained in the tag

setName

public void setName(java.lang.String s)

setJspvar

public void setJspvar(java.lang.String jv)

doStartTag

public int doStartTag()
               throws javax.servlet.jsp.JspTagException
Creates the transaction.
Overrides:
doStartTag in class javax.servlet.jsp.tagext.BodyTagSupport

doAfterBody

public int doAfterBody()
                throws javax.servlet.jsp.JspTagException
Overrides:
doAfterBody in class javax.servlet.jsp.tagext.BodyTagSupport


MMBase 2001