Package com.atlassian.confluence.themes
Interface ThemedDecorator
- All Known Implementing Classes:
VelocityDecorator
public interface ThemedDecorator
-
Method Summary
Modifier and TypeMethodDescription@Nullable DecoratorName
default com.opensymphony.module.sitemesh.Decorator
getDecorator
(com.opensymphony.module.sitemesh.Decorator parentDecorator) Deprecated, for removal: This API element is subject to removal in a future version.getName()
void
init
(LayoutModuleDescriptor moduleDescriptor)
-
Method Details
-
getName
String getName() -
getDecorator
@Nullable DecoratorName getDecorator()- Since:
- 9.1
-
getDecorator
@Deprecated(forRemoval=true) default com.opensymphony.module.sitemesh.Decorator getDecorator(com.opensymphony.module.sitemesh.Decorator parentDecorator) Deprecated, for removal: This API element is subject to removal in a future version.since 9.1 usegetDecorator()
-
init
-
getResourceKey
String getResourceKey()
-
getDecorator()