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

String getName()

getDecorator

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

init

void init(LayoutModuleDescriptor moduleDescriptor)

getResourceKey

String getResourceKey()


Copyright © 2003-2012 Atlassian. All Rights Reserved.