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 ThemeHelper
ConfluenceActionSupport. 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 ThemeHelper
DecoratorUtil.ContentNavigationContext. getHelper()
Methods in com.atlassian.confluence.impl.util with parameters of type ThemeHelper Modifier and Type Method Description static void
DecoratorUtil. 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 ThemeHelper
RestorePageAction. 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 ThemeHelper
AbstractPageAction. getHelper()
-
Uses of ThemeHelper in com.atlassian.confluence.themes
Classes in com.atlassian.confluence.themes that implement ThemeHelper Modifier and Type Class Description class
AttachmentHelper
Helper class providing access to an Attachment.class
GlobalHelper
class
PageHelper
Note - this is not a helper for the Page object but rather a helper for rendering pages in Confluence themes in general.
-