info.magnolia.module.templatingcomponents.jsp
Class EditBarTag

java.lang.Object
  extended by javax.servlet.jsp.tagext.SimpleTagSupport
      extended by info.magnolia.module.templatingcomponents.jsp.AbstractTag
          extended by info.magnolia.module.templatingcomponents.jsp.EditBarTag
All Implemented Interfaces:
javax.servlet.jsp.tagext.JspTag, javax.servlet.jsp.tagext.SimpleTag

public class EditBarTag
extends AbstractTag

Jsp tag which renders an edit bar UI component.

Version:
$Revision: $ ($Author: $)
Author:
gjoseph

Constructor Summary
EditBarTag()
           
 
Method Summary
protected  AuthoringUiComponent prepareUIComponent(ServerConfiguration serverCfg, AggregationState aggState)
          Validate parameters and return a ready-to-output instance of an AuthoringUiComponent.
 void setContent(Content content)
           
 void setDelete(boolean delete)
           
 void setDialog(String dialog)
           
 void setEditLabel(String editLabel)
           
 void setMove(boolean move)
           
 
Methods inherited from class info.magnolia.module.templatingcomponents.jsp.AbstractTag
doBody, doTag, mandatoryStringList, split
 
Methods inherited from class javax.servlet.jsp.tagext.SimpleTagSupport
findAncestorWithClass, getJspBody, getJspContext, getParent, setJspBody, setJspContext, setParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EditBarTag

public EditBarTag()
Method Detail

setEditLabel

public void setEditLabel(String editLabel)

setMove

public void setMove(boolean move)

setDelete

public void setDelete(boolean delete)

setDialog

public void setDialog(String dialog)

setContent

public void setContent(Content content)

prepareUIComponent

protected AuthoringUiComponent prepareUIComponent(ServerConfiguration serverCfg,
                                                  AggregationState aggState)
                                           throws javax.servlet.jsp.JspException,
                                                  IOException
Description copied from class: AbstractTag
Validate parameters and return a ready-to-output instance of an AuthoringUiComponent.

Specified by:
prepareUIComponent in class AbstractTag
Throws:
javax.servlet.jsp.JspException
IOException


Copyright © 2003-2011 Magnolia International Ltd.. All Rights Reserved.