com.atlassian.confluence.themes
Interface ThemeStylesheet

All Known Implementing Classes:
ClasspathThemeStylesheet, PluginThemeStylesheet

public interface ThemeStylesheet

Represents a custom stylesheet associated with a theme.


Method Summary
 java.lang.String getCompleteModuleKey()
          Returns the plugin module key which this stylesheet belongs to, or the plugin key if the resource is specified at the plugin level.
 java.lang.String getLocation()
          Returns the location of this stylesheet resource on the classpath of the Velocity classloader.
 java.lang.String getName()
          Returns the name of the stylesheet resource.
 

Method Detail

getLocation

java.lang.String getLocation()
Returns the location of this stylesheet resource on the classpath of the Velocity classloader. Used to load it as a Velocity template using #parse() in the main stylesheet.


getCompleteModuleKey

java.lang.String getCompleteModuleKey()
Returns the plugin module key which this stylesheet belongs to, or the plugin key if the resource is specified at the plugin level. Returns null if the stylesheet is not part of a plugin.


getName

java.lang.String getName()
Returns the name of the stylesheet resource.



Copyright © 2003-2009 Atlassian Pty Ltd. All Rights Reserved.