Package com.atlassian.confluence.themes
Interface ThemedDecorator
-
- All Known Implementing Classes:
VelocityDecorator
public interface ThemedDecorator
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.opensymphony.module.sitemesh.Decorator
getDecorator(com.opensymphony.module.sitemesh.Decorator parentDecorator)
String
getName()
String
getResourceKey()
void
init(LayoutModuleDescriptor moduleDescriptor)
-
-
-
Method Detail
-
getName
String getName()
-
getDecorator
com.opensymphony.module.sitemesh.Decorator getDecorator(com.opensymphony.module.sitemesh.Decorator parentDecorator)
-
init
void init(LayoutModuleDescriptor moduleDescriptor)
-
getResourceKey
String getResourceKey()
-
-