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.Decorator
getDecorator(com.opensymphony.module.sitemesh.Decorator parentDecorator)
String
getName()
String
getResourceKey()
String
getVelocityTemplatePath()
void
init(LayoutModuleDescriptor moduleDescriptor)
-
-
-
Method Detail
-
getDecorator
public com.opensymphony.module.sitemesh.Decorator getDecorator(com.opensymphony.module.sitemesh.Decorator parentDecorator)
- Specified by:
getDecorator
in interfaceThemedDecorator
-
init
public void init(LayoutModuleDescriptor moduleDescriptor)
- Specified by:
init
in interfaceThemedDecorator
-
getResourceKey
public String getResourceKey()
- Specified by:
getResourceKey
in interfaceThemedDecorator
-
getVelocityTemplatePath
public String getVelocityTemplatePath()
-
getName
public String getName()
- Specified by:
getName
in interfaceThemedDecorator
-
-