public class

CustomStylesheetAction

extends ConfluenceActionSupport
java.lang.Object
   ↳ com.opensymphony.xwork.ActionSupport
     ↳ com.atlassian.confluence.core.ConfluenceActionSupport
       ↳ com.atlassian.confluence.core.actions.CustomStylesheetAction

Class Overview

This action will retrieve the customer stylesheet for a space or if not applicable the global style.

Summary

[Expand]
Inherited Constants
From class com.atlassian.confluence.core.ConfluenceActionSupport
From interface com.opensymphony.xwork.Action
[Expand]
Inherited Fields
From class com.atlassian.confluence.core.ConfluenceActionSupport
From class com.opensymphony.xwork.ActionSupport
Public Constructors
CustomStylesheetAction()
Public Methods
String execute()
String getStyle()
boolean isPermitted()
void setSpaceKey(String spaceKey)
void setStyle(String style)
void setStylesheetManager(StylesheetManager stylesheetManager)
[Expand]
Inherited Methods
From class com.atlassian.confluence.core.ConfluenceActionSupport
From class com.opensymphony.xwork.ActionSupport
From class java.lang.Object
From interface com.atlassian.confluence.plugin.descriptor.web.WebInterface
From interface com.opensymphony.xwork.Action
From interface com.opensymphony.xwork.LocaleProvider
From interface com.opensymphony.xwork.TextProvider
From interface com.opensymphony.xwork.Validateable
From interface com.opensymphony.xwork.ValidationAware

Public Constructors

public CustomStylesheetAction ()

Public Methods

public String execute ()

Throws
Exception

public String getStyle ()

public boolean isPermitted ()

public void setSpaceKey (String spaceKey)

public void setStyle (String style)

public void setStylesheetManager (StylesheetManager stylesheetManager)