com.atlassian.confluence.themes
Class GlobalHelper

java.lang.Object
  extended bycom.atlassian.confluence.themes.GlobalHelper
All Implemented Interfaces:
ThemeHelper
Direct Known Subclasses:
MailHelper, PageHelper

public class GlobalHelper
extends Object
implements ThemeHelper


Constructor Summary
GlobalHelper()
           
GlobalHelper(ConfluenceActionSupport action)
           
 
Method Summary
 com.opensymphony.xwork.Action getAction()
           
 String getDomainName()
           
 Label getLabel()
           
 AbstractPage getPage()
           
 String getSiteTitle()
           
 Space getSpace()
           
 String getSpaceKey()
           
 String getSpaceName()
           
 String getSpaceType()
           
 String getText(String property)
           
 WikiStyleRenderer getWikiStyleRenderer()
           
 String renderConfluenceMacro(String wikiCall)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GlobalHelper

public GlobalHelper()

GlobalHelper

public GlobalHelper(ConfluenceActionSupport action)
Method Detail

getText

public String getText(String property)
Specified by:
getText in interface ThemeHelper

getAction

public com.opensymphony.xwork.Action getAction()
Specified by:
getAction in interface ThemeHelper

getDomainName

public String getDomainName()
Specified by:
getDomainName in interface ThemeHelper

getSiteTitle

public String getSiteTitle()

getSpace

public Space getSpace()

getSpaceKey

public String getSpaceKey()
Specified by:
getSpaceKey in interface ThemeHelper

getSpaceName

public String getSpaceName()
Specified by:
getSpaceName in interface ThemeHelper

getSpaceType

public String getSpaceType()

getPage

public AbstractPage getPage()

getWikiStyleRenderer

public WikiStyleRenderer getWikiStyleRenderer()

renderConfluenceMacro

public String renderConfluenceMacro(String wikiCall)
Specified by:
renderConfluenceMacro in interface ThemeHelper

getLabel

public Label getLabel()


Confluence is developed by Atlassian.