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

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

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

Methods in com.atlassian.confluence.plugin.descriptor.web with parameters of type GlobalHelper
 java.util.List ConfluenceWebInterfaceManager.getDisplayableItems(java.lang.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.
 java.util.List ConfluenceWebInterfaceManager.getDisplayableSections(java.lang.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.conditions
 

Methods in com.atlassian.confluence.plugin.descriptor.web.conditions with parameters of type GlobalHelper
protected abstract  java.lang.Object AbstractPermissionCondition.getPermissionTarget(GlobalHelper helper)
          Deprecated.  
 boolean AbstractPermissionCondition.shouldDisplay(com.atlassian.user.User user, GlobalHelper helper)
          Deprecated.  
abstract  boolean AbstractConfluenceCondition.shouldDisplay(com.atlassian.user.User user, GlobalHelper helper)
          Deprecated.  
 

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
 java.lang.String ConfluenceWebLink.getAccessKey(GlobalHelper helper)
           
 java.lang.String ConfluenceWebLabel.getDisplayableLabel(javax.servlet.http.HttpServletRequest req, GlobalHelper helper)
          Deprecated. since 2.8 use ConfluenceWebLabel.getDisplayableLabel(HttpServletRequest, WebInterfaceContext)
 java.lang.String ConfluenceWebLink.getDisplayableUrl(javax.servlet.http.HttpServletRequest req, GlobalHelper helper)
          Deprecated. since 2.8 use ConfluenceWebLink.getDisplayableUrl(HttpServletRequest, WebInterfaceContext)
 

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 MailHelper
           
 class PageHelper
          Note - this is not a helper for the Page object but rather a helper for rendering pages in Confluence themes in general.
 

Uses of GlobalHelper in com.atlassian.confluence.util.breadcrumbs
 

Constructors in com.atlassian.confluence.util.breadcrumbs with parameters of type GlobalHelper
BreadcrumbGenerator(GlobalHelper globalHelper)
           
 



Copyright © 2003-2010 Atlassian. All Rights Reserved.