public class

ClasspathThemeStylesheet

extends Object
implements ThemeResource ThemeStylesheet
java.lang.Object
   ↳ com.atlassian.confluence.themes.ClasspathThemeStylesheet

Summary

Public Constructors
ClasspathThemeStylesheet(String moduleKey, String name, String location)
Public Methods
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.
String getLocation()
Returns the location of this resource as defined in the plugin xml.
String getName()
Returns the name of the stylesheet resource.
ThemeResource.Type getType()
boolean isIeOnly()
Returns true iff the ieonly param is set to true in the plugin, false otherwise.
String toString()
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.atlassian.confluence.themes.ThemeResource
From interface com.atlassian.confluence.themes.ThemeStylesheet

Public Constructors

public ClasspathThemeStylesheet (String moduleKey, String name, String location)

Public Methods

public 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 resource is not part of a plugin.

public String getLocation ()

Returns the location of this resource as defined in the plugin xml.

public String getName ()

Returns the name of the stylesheet resource.

public ThemeResource.Type getType ()

public boolean isIeOnly ()

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.

public String toString ()