Package com.atlassian.confluence.themes
Class VelocityDecorator
- java.lang.Object
-
- com.atlassian.confluence.themes.VelocityDecorator
-
- All Implemented Interfaces:
ThemedDecorator
public class VelocityDecorator extends Object implements ThemedDecorator
-
-
Constructor Summary
Constructors Constructor Description VelocityDecorator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.opensymphony.module.sitemesh.DecoratorgetDecorator(com.opensymphony.module.sitemesh.Decorator parentDecorator)StringgetName()StringgetResourceKey()StringgetVelocityTemplatePath()voidinit(LayoutModuleDescriptor moduleDescriptor)
-
-
-
Method Detail
-
getDecorator
public com.opensymphony.module.sitemesh.Decorator getDecorator(com.opensymphony.module.sitemesh.Decorator parentDecorator)
- Specified by:
getDecoratorin interfaceThemedDecorator
-
init
public void init(LayoutModuleDescriptor moduleDescriptor)
- Specified by:
initin interfaceThemedDecorator
-
getResourceKey
public String getResourceKey()
- Specified by:
getResourceKeyin interfaceThemedDecorator
-
getVelocityTemplatePath
public String getVelocityTemplatePath()
-
getName
public String getName()
- Specified by:
getNamein interfaceThemedDecorator
-
-