Uses of Class
com.atlassian.confluence.admin.actions.lookandfeel.DefaultDecorator
-
Packages that use DefaultDecorator Package Description com.atlassian.confluence.admin.actions.lookandfeel com.atlassian.confluence.themes -
-
Uses of DefaultDecorator in com.atlassian.confluence.admin.actions.lookandfeel
Methods in com.atlassian.confluence.admin.actions.lookandfeel that return DefaultDecorator Modifier and Type Method Description static DefaultDecoratorDefaultDecorator. getByFileName(String fileName)Returns a registered default decorator, matched by decorator file name.DefaultDecoratorEditDecoratorAction. getDefaultDecorator()Methods in com.atlassian.confluence.admin.actions.lookandfeel that return types with arguments of type DefaultDecorator Modifier and Type Method Description Collection<DefaultDecorator>EditDecoratorAction. getAllDefaultDecorators()static List<DefaultDecorator>DefaultDecorator. getDecorators()Get all registered default decorators.static List<DefaultDecorator>DefaultDecorator. getDecorators(String type)Get registered decorators by type. -
Uses of DefaultDecorator in com.atlassian.confluence.themes
Methods in com.atlassian.confluence.themes that return DefaultDecorator Modifier and Type Method Description DefaultDecoratorCustomLayoutManager. getDefaultDecorator(String decoratorName)Retrieves the default decorator for a given decorator name without customizationDefaultDecoratorDefaultCustomLayoutManager. getDefaultDecorator(String decoratorName)Methods in com.atlassian.confluence.themes that return types with arguments of type DefaultDecorator Modifier and Type Method Description Collection<DefaultDecorator>CustomLayoutManager. getAllDefaultDecorators()Retrieves a collection of all default decorators without customizationCollection<DefaultDecorator>DefaultCustomLayoutManager. getAllDefaultDecorators()
-