Class StaticRenderingAction

java.lang.Object
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

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 com.opensymphony.xwork2.Action
      Overrides:
      execute in class com.opensymphony.xwork2.ActionSupport
    • getOwnedString

      public String getOwnedString()
    • setOwnedString

      public void setOwnedString(String ownedString)
    • setTemplate

      public void setTemplate(String template)