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

org.mmbase.bridge.jsp.taglib.ContextReferrerTag
  |
  +--org.mmbase.bridge.jsp.taglib.CloudReferrerTag
        |
        +--org.mmbase.bridge.jsp.taglib.edit.CommitTag
Direct Known Subclasses:
CancelTag

public class CommitTag
extends CloudReferrerTag

This tag can be used inside a transaction tag, to commit it. It also serves as a baseclass for e.g. CancelTag

Author:
Michiel Meeuwissen

Fields inherited from class org.mmbase.bridge.jsp.taglib.ContextReferrerTag
contextId, PAGE_CATEGORY, pageContextTag, referid
 
Constructor Summary
CommitTag()
           
 
Method Summary
protected  java.lang.String actionName()
           
protected  void doAction(Transaction t)
           
 int doStartTag()
           
 
Methods inherited from class org.mmbase.bridge.jsp.taglib.CloudReferrerTag
findCloudProvider, getCloud, getCloudContext, getNode, setCloud
 
Methods inherited from class org.mmbase.bridge.jsp.taglib.ContextReferrerTag
findParentTag, findParentTag, getAttributeBoolean, getAttributeInteger, getAttributeInteger, getAttributeValue, getContextTag, getObject, getReferid, getString, release, setContext, setPageContext, setReferid
 

Constructor Detail

CommitTag

public CommitTag()
Method Detail

doAction

protected void doAction(Transaction t)

actionName

protected java.lang.String actionName()

doStartTag

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


MMBase 2002