Uses of Interface
com.atlassian.confluence.themes.ThemedDecorator
-
Packages that use ThemedDecorator Package Description com.atlassian.confluence.plugin.descriptor com.atlassian.confluence.themes -
-
Uses of ThemedDecorator in com.atlassian.confluence.plugin.descriptor
Methods in com.atlassian.confluence.plugin.descriptor that return ThemedDecorator Modifier and Type Method Description ThemedDecoratorLayoutModuleDescriptor. getModule()Methods in com.atlassian.confluence.plugin.descriptor that return types with arguments of type ThemedDecorator Modifier and Type Method Description List<ThemedDecorator>ThemeModuleDescriptor. getLayouts() -
Uses of ThemedDecorator in com.atlassian.confluence.themes
Classes in com.atlassian.confluence.themes that implement ThemedDecorator Modifier and Type Class Description classVelocityDecoratorMethods in com.atlassian.confluence.themes that return ThemedDecorator Modifier and Type Method Description ThemedDecoratorBasicTheme. getDecorator(String path)ThemedDecoratorDefaultTheme. getDecorator(String path)Returns null because this object doesn't attempt to list the default decorators, which are still loaded directly from the classpath.ThemedDecoratorExperimentalUnsupportedTheme. getDecorator(String path)ThemedDecoratorTheme. getDecorator(String path)
-