com.atlassian.confluence.themes
Interface ThemedDecorator

All Known Implementing Classes:
VelocityDecorator

public interface ThemedDecorator


Method Summary
 com.opensymphony.module.sitemesh.Decorator getDecorator(com.opensymphony.module.sitemesh.Decorator parentDecorator)
           
 String getName()
           
 String getResourceKey()
           
 void init(LayoutModuleDescriptor moduleDescriptor)
           
 

Method Detail

getName

public String getName()

getDecorator

public com.opensymphony.module.sitemesh.Decorator getDecorator(com.opensymphony.module.sitemesh.Decorator parentDecorator)

init

public void init(LayoutModuleDescriptor moduleDescriptor)

getResourceKey

public String getResourceKey()


Confluence is developed by Atlassian.