Class LayoutHelper

java.lang.Object
com.atlassian.confluence.util.LayoutHelper

public class LayoutHelper extends Object
This class provides helper methods to retrieve layout templates and handles a few basic theme tasks. The helper was introduced to extract all the template retrieval related functions out of the AbstractLookAndFeelAction.
  • Field Details

  • Constructor Details

    • LayoutHelper

      public LayoutHelper()
  • Method Details

    • flushThemeComponents

      public static void flushThemeComponents(String spaceKey)
    • findThemeDescriptor

      public ThemeModuleDescriptor findThemeDescriptor(String moduleCompleteKey)
    • hasIcon

      public boolean hasIcon(ThemeModuleDescriptor descriptor)
    • getConfigPath

      public String getConfigPath(ThemeModuleDescriptor descriptor, String configPath)
    • getColourSchemeTypes

      public List getColourSchemeTypes()
    • isGlobal

      public boolean isGlobal()
    • setGlobal

      public void setGlobal(boolean global)
    • setThemeManager

      public void setThemeManager(ThemeManager themeManager)
    • getFullTemplatePath

      public static String getFullTemplatePath()