|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DefaultDecorator | |
|---|---|
| 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 | |
|---|---|
static DefaultDecorator |
DefaultDecorator.getByFileName(java.lang.String fileName)
Returns a registered default decorator, matched by decorator file name. |
DefaultDecorator |
EditDecoratorAction.getDefaultDecorator()
|
| Methods in com.atlassian.confluence.admin.actions.lookandfeel that return types with arguments of type DefaultDecorator | |
|---|---|
java.util.Collection<DefaultDecorator> |
EditDecoratorAction.getAllDefaultDecorators()
|
static java.util.List<DefaultDecorator> |
DefaultDecorator.getDecorators()
Get all registered default decorators. |
static java.util.List<DefaultDecorator> |
DefaultDecorator.getDecorators(java.lang.String type)
Get registered decorators by type. |
| Uses of DefaultDecorator in com.atlassian.confluence.themes |
|---|
| Methods in com.atlassian.confluence.themes that return DefaultDecorator | |
|---|---|
DefaultDecorator |
DefaultCustomLayoutManager.getDefaultDecorator(java.lang.String decoratorName)
|
DefaultDecorator |
CustomLayoutManager.getDefaultDecorator(java.lang.String decoratorName)
Retrieves the default decorator for a given decorator name without customization |
| Methods in com.atlassian.confluence.themes that return types with arguments of type DefaultDecorator | |
|---|---|
java.util.Collection<DefaultDecorator> |
DefaultCustomLayoutManager.getAllDefaultDecorators()
|
java.util.Collection<DefaultDecorator> |
CustomLayoutManager.getAllDefaultDecorators()
Retrieves a collection of all default decorators without customization |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||