Package | Description |
---|---|
com.atlassian.confluence.admin.actions.lookandfeel | |
com.atlassian.confluence.themes |
Modifier and Type | Method and Description |
---|---|
static DefaultDecorator |
DefaultDecorator.getByFileName(String fileName)
Returns a registered default decorator, matched by decorator file name.
|
DefaultDecorator |
EditDecoratorAction.getDefaultDecorator() |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
DefaultDecorator |
DefaultCustomLayoutManager.getDefaultDecorator(String decoratorName) |
DefaultDecorator |
CustomLayoutManager.getDefaultDecorator(String decoratorName)
Retrieves the default decorator for a given decorator name without customization
|
Modifier and Type | Method and Description |
---|---|
Collection<DefaultDecorator> |
DefaultCustomLayoutManager.getAllDefaultDecorators() |
Collection<DefaultDecorator> |
CustomLayoutManager.getAllDefaultDecorators()
Retrieves a collection of all default decorators without customization
|
Copyright © 2003–2017 Atlassian. All rights reserved.