Package com.atlassian.confluence.themes
Class ClasspathThemeStylesheet
java.lang.Object
com.atlassian.confluence.themes.ClasspathThemeStylesheet
- All Implemented Interfaces:
ThemeResource
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.atlassian.confluence.themes.ThemeResource
ThemeResource.Type -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the plugin module key which this stylesheet belongs to, or the plugin key if the resource is specified at the plugin level.Returns the location of this resource as defined in the plugin xml.getName()Returns the name of the stylesheet resource.getType()booleanisIeOnly()Returns true iff theieonlyparam is set to true in the plugin, false otherwise.toString()
-
Constructor Details
-
ClasspathThemeStylesheet
-
-
Method Details
-
getType
- Specified by:
getTypein interfaceThemeResource
-
getLocation
Description copied from interface:ThemeResourceReturns the location of this resource as defined in the plugin xml.- Specified by:
getLocationin interfaceThemeResource
-
getCompleteModuleKey
Description copied from interface:ThemeResourceReturns 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.- Specified by:
getCompleteModuleKeyin interfaceThemeResource
-
getName
Description copied from interface:ThemeResourceReturns the name of the stylesheet resource.- Specified by:
getNamein interfaceThemeResource
-
toString
-
isIeOnly
public boolean isIeOnly()Description copied from interface:ThemeResourceReturns true iff theieonlyparam is set to true in the plugin, false otherwise.- Specified by:
isIeOnlyin interfaceThemeResource- Returns:
- true if the
ieonlyparam is set to true.
-