Class RenderContentAction

java.lang.Object
org.apache.struts2.ActionSupport
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, org.apache.struts2.action.Action, org.apache.struts2.interceptor.ValidationAware, org.apache.struts2.Validateable

public class RenderContentAction extends AbstractCommandAction
Action used for rendering content, specifically for PREVIEW
See Also:
  • Constructor Details

    • RenderContentAction

      public RenderContentAction()
  • Method Details

    • getRenderedContent

      public String getRenderedContent()
    • createCommand

      protected ServiceCommand createCommand()
      Specified by:
      createCommand in class AbstractCommandAction
    • 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()