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)
           
 java.lang.String getName()
           
 java.lang.String getResourceKey()
           
 void init(LayoutModuleDescriptor moduleDescriptor)
           
 

Method Detail

getName

java.lang.String getName()

getDecorator

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

init

void init(LayoutModuleDescriptor moduleDescriptor)

getResourceKey

java.lang.String getResourceKey()


Copyright © 2003-2010 Atlassian. All Rights Reserved.