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