com.atlassian.confluence.themes
Class VelocityDecorator

java.lang.Object
  extended by com.atlassian.confluence.themes.VelocityDecorator
All Implemented Interfaces:
ThemedDecorator

public class VelocityDecorator
extends Object
implements ThemedDecorator


Constructor Summary
VelocityDecorator()
           
 
Method Summary
 com.opensymphony.module.sitemesh.Decorator getDecorator(com.opensymphony.module.sitemesh.Decorator parentDecorator)
           
 String getName()
           
 String getResourceKey()
           
 String getVelocityTemplatePath()
           
 void init(LayoutModuleDescriptor moduleDescriptor)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VelocityDecorator

public VelocityDecorator()
Method Detail

getDecorator

public com.opensymphony.module.sitemesh.Decorator getDecorator(com.opensymphony.module.sitemesh.Decorator parentDecorator)
Specified by:
getDecorator in interface ThemedDecorator

init

public void init(LayoutModuleDescriptor moduleDescriptor)
Specified by:
init in interface ThemedDecorator

getResourceKey

public String getResourceKey()
Specified by:
getResourceKey in interface ThemedDecorator

getVelocityTemplatePath

public String getVelocityTemplatePath()

getName

public String getName()
Specified by:
getName in interface ThemedDecorator


Copyright © 2003-2013 Atlassian. All Rights Reserved.