Class StaticRenderingAction

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

public class StaticRenderingAction extends ConfluenceActionSupport
Action that statically renders the specified Velocity template via VelocityHelperService.getRenderedTemplate(String, java.util.Map)
See Also:
  • Constructor Details

    • StaticRenderingAction

      public StaticRenderingAction()
  • Method Details

    • setVelocityHelperService

      public void setVelocityHelperService(VelocityHelperService velocityHelperService)
    • execute

      public String execute()
      Specified by:
      execute in interface org.apache.struts2.action.Action
      Overrides:
      execute in class org.apache.struts2.ActionSupport
    • getOwnedString

      public String getOwnedString()
    • setOwnedString

      public void setOwnedString(String ownedString)
    • setTemplate

      public void setTemplate(String template)