info.magnolia.module.templatingcomponents.jsp
Class NewBarTag

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

public class NewBarTag
extends AbstractTag

Jsp tag which renders a new bar UI component.

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

Constructor Summary
NewBarTag()
           
 
Method Summary
protected  AuthoringUiComponent prepareUIComponent(ServerConfiguration serverCfg, AggregationState aggState)
          Validate parameters and return a ready-to-output instance of an AuthoringUiComponent.
 void setContainer(String containerName)
           
 void setNewLabel(String newButtonLabel)
           
 void setParagraphs(Object allowedParagraphs)
           
 
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

NewBarTag

public NewBarTag()
Method Detail

setNewLabel

public void setNewLabel(String newButtonLabel)

setContainer

public void setContainer(String containerName)

setParagraphs

public void setParagraphs(Object allowedParagraphs)

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.