Uses of Interface
com.atlassian.confluence.themes.ThemeHelper
-
-
Uses of ThemeHelper in com.atlassian.confluence.core
Methods in com.atlassian.confluence.core that return ThemeHelper Modifier and Type Method Description ThemeHelperConfluenceActionSupport. getHelper() -
Uses of ThemeHelper in com.atlassian.confluence.impl.util
Methods in com.atlassian.confluence.impl.util that return ThemeHelper Modifier and Type Method Description ThemeHelperDecoratorUtil.ContentNavigationContext. getHelper()Methods in com.atlassian.confluence.impl.util with parameters of type ThemeHelper Modifier and Type Method Description static voidDecoratorUtil. setContentNavContext(AbstractPage page, String mode, String context, ThemeHelper helper)Page/blogpost context should be saved for deferred (sitemesh) content navigation execution, because main sitemesh decorator is executed underDecoratorAction, which does not contain page/space context of the main request.Constructors in com.atlassian.confluence.impl.util with parameters of type ThemeHelper Constructor Description ContentNavigationContext(AbstractPage page, String mode, String context, ThemeHelper helper) -
Uses of ThemeHelper in com.atlassian.confluence.importexport.actions
Methods in com.atlassian.confluence.importexport.actions that return ThemeHelper Modifier and Type Method Description ThemeHelperRestorePageAction. getThemeHelper()Deprecated. -
Uses of ThemeHelper in com.atlassian.confluence.pages.actions
Methods in com.atlassian.confluence.pages.actions that return ThemeHelper Modifier and Type Method Description ThemeHelperAbstractPageAction. getHelper() -
Uses of ThemeHelper in com.atlassian.confluence.themes
Classes in com.atlassian.confluence.themes that implement ThemeHelper Modifier and Type Class Description classAttachmentHelperHelper class providing access to an Attachment.classGlobalHelperclassPageHelperNote - this is not a helper for the Page object but rather a helper for rendering pages in Confluence themes in general.
-