Class RenderContentAction

  • All Implemented Interfaces:
    Beanable, 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 RenderContentAction
    extends AbstractCommandAction
    Action used for rendering content, specifically for PREVIEW
    See Also:
    Serialized Form
    • Constructor Detail

      • RenderContentAction

        public RenderContentAction()
    • Method Detail

      • getRenderedContent

        public String getRenderedContent()
      • setOutputType

        public void setOutputType​(String outputType)
      • setContentId

        public void setContentId​(String contentId)
      • setContentType

        public void setContentType​(String contentType)
      • setSpaceKey

        public void setSpaceKey​(String spaceKey)
      • getSpaceKey

        public String getSpaceKey()
      • setxHtml

        public void setxHtml​(String xHtml)
      • setRenderingService

        public void setRenderingService​(RenderingService renderingService)
      • setSpaceService

        public void setSpaceService​(SpaceService spaceService)
      • setThemeManager

        public void setThemeManager​(ThemeManager themeManager)
      • getActiveTheme

        public Theme getActiveTheme()