com.atlassian.confluence.labels.actions
Class AbstractLabelEntityBean

java.lang.Object
  extended by com.atlassian.confluence.labels.actions.AbstractLabelEntityBean

public abstract class AbstractLabelEntityBean
extends Object

This class was created during i18n to ensure all the Label beans have access to the getText() methods in the ConfluenceActionSupport class.


Constructor Summary
protected AbstractLabelEntityBean()
           
 
Method Summary
 String getText(String key)
           
 String getText(String key, Object[] inserts)
           
 String getText(String key, String str1)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractLabelEntityBean

protected AbstractLabelEntityBean()
Method Detail

getText

public String getText(String key)

getText

public String getText(String key,
                      Object[] inserts)

getText

public String getText(String key,
                      String str1)


Copyright © 2003-2012 Atlassian. All Rights Reserved.