|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.atlassian.confluence.themes.PluginThemeStylesheet
public class PluginThemeStylesheet
A theme stylesheet which is a resource in a plugin.
Constructor Summary | |
---|---|
PluginThemeStylesheet(String completeModuleKey,
ResourceDescriptor resourceDescriptor)
Creates a theme stylesheet which refers to a resource in a dynamic plugin. |
Method Summary | |
---|---|
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 stylesheet resource on the classpath of the Velocity classloader. |
String |
getName()
Returns the name of the stylesheet resource. |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public PluginThemeStylesheet(String completeModuleKey, ResourceDescriptor resourceDescriptor)
completeModuleKey
- the key of the module or plugin which the stylesheet resource is inresourceDescriptor
- the resource descriptor for the stylesheet resourceMethod Detail |
---|
public String getLocation()
ThemeStylesheet
getLocation
in interface ThemeStylesheet
public String getCompleteModuleKey()
ThemeStylesheet
getCompleteModuleKey
in interface ThemeStylesheet
public String getName()
ThemeStylesheet
getName
in interface ThemeStylesheet
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |