com.atlassian.confluence.themes
Interface ThemeStylesheet

All Known Implementing Classes:
ClasspathThemeStylesheet, PluginThemeResource

Deprecated. since 3.4. Use ThemeResource instead.

@Deprecated
public interface ThemeStylesheet

Represents a custom stylesheet associated with a theme.


Method Summary
 String getCompleteModuleKey()
          Deprecated. Returns the plugin module key which this stylesheet belongs to, or the plugin key if the resource is specified at the plugin level.
 String getLocation()
          Deprecated. Returns the location of this stylesheet resource on the classpath of the Velocity classloader.
 String getName()
          Deprecated. Returns the name of the stylesheet resource.
 boolean isIeOnly()
          Deprecated. Returns true iff the ieonly param is set to true in the plugin, false otherwise.
 

Method Detail

getLocation

String getLocation()
Deprecated. 
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

String getCompleteModuleKey()
Deprecated. 
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

String getName()
Deprecated. 
Returns the name of the stylesheet resource.


isIeOnly

boolean isIeOnly()
Deprecated. 
Returns true iff the ieonly param is set to true in the plugin, false otherwise.

Returns:
true if the ieonly param is set to true.


Copyright © 2003-2013 Atlassian. All Rights Reserved.