Uses of Class
com.atlassian.confluence.themes.GlobalHelper

Packages that use GlobalHelper
com.atlassian.confluence.plugin.descriptor.web   
com.atlassian.confluence.plugin.descriptor.web.model   
com.atlassian.confluence.themes   
 

Uses of GlobalHelper in com.atlassian.confluence.plugin.descriptor.web
 

Methods in com.atlassian.confluence.plugin.descriptor.web with parameters of type GlobalHelper
 List<com.atlassian.plugin.web.descriptors.WebItemModuleDescriptor> ConfluenceWebInterfaceManager.getDisplayableItems(String section, com.atlassian.user.User remoteUser, GlobalHelper helper)
          Deprecated. since 2.8 use ConfluenceWebInterfaceManager.getDisplayableItems(String, WebInterfaceContext) with the result of getWebInterfaceContext() on your action.
 List<com.atlassian.plugin.web.descriptors.WebSectionModuleDescriptor> ConfluenceWebInterfaceManager.getDisplayableSections(String location, com.atlassian.user.User remoteUser, GlobalHelper helper)
          Deprecated. since 2.8 use ConfluenceWebInterfaceManager.getDisplayableSections(String, WebInterfaceContext) with the result of ConfluenceActionSupport.getWebInterfaceContext().
 

Uses of GlobalHelper in com.atlassian.confluence.plugin.descriptor.web.model
 

Methods in com.atlassian.confluence.plugin.descriptor.web.model with parameters of type GlobalHelper
 String ConfluenceWebLink.getAccessKey(GlobalHelper helper)
           
 

Uses of GlobalHelper in com.atlassian.confluence.themes
 

Subclasses of GlobalHelper in com.atlassian.confluence.themes
 class AttachmentHelper
          Helper class providing access to an Attachment.
 class PageHelper
          Note - this is not a helper for the Page object but rather a helper for rendering pages in Confluence themes in general.
 



Confluence is developed by Atlassian.