Class CustomStylesheetAction

  • All Implemented Interfaces:
    WebInterface, MessageHolderAware, com.opensymphony.xwork2.Action, com.opensymphony.xwork2.interceptor.ValidationAware, com.opensymphony.xwork2.LocaleProvider, com.opensymphony.xwork2.TextProvider, com.opensymphony.xwork2.Validateable, Serializable

    public class CustomStylesheetAction
    extends ConfluenceActionSupport
    This action will retrieve the customer stylesheet for a space or if not applicable the global style.
    See Also:
    Serialized Form
    • Constructor Detail

      • CustomStylesheetAction

        public CustomStylesheetAction()
    • Method Detail

      • execute

        public String execute()
                       throws Exception
        Specified by:
        execute in interface com.opensymphony.xwork2.Action
        Overrides:
        execute in class com.opensymphony.xwork2.ActionSupport
        Throws:
        Exception
      • setSpaceKey

        public void setSpaceKey​(String spaceKey)
      • setStyle

        public void setStyle​(String style)
      • getStyle

        public String getStyle()
      • setStylesheetManager

        public void setStylesheetManager​(StylesheetManager stylesheetManager)