info.magnolia.module.templatingcomponents.jsp
Class PageEditBarTag

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.PageEditBarTag
All Implemented Interfaces:
javax.servlet.jsp.tagext.JspTag, javax.servlet.jsp.tagext.SimpleTag

public class PageEditBarTag
extends AbstractTag

Jsp tag which renders a page edit bar UI component.

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

Constructor Summary
PageEditBarTag()
           
 
Method Summary
protected  AuthoringUiComponent prepareUIComponent(ServerConfiguration serverCfg, AggregationState aggState)
          Validate parameters and return a ready-to-output instance of an AuthoringUiComponent.
 void setDialog(String dialogName)
           
 void setEditLabel(String editButtonLabel)
           
 
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

PageEditBarTag

public PageEditBarTag()
Method Detail

setEditLabel

public void setEditLabel(String editButtonLabel)

setDialog

public void setDialog(String dialogName)

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-2012 Magnolia International Ltd.. All Rights Reserved.