Class PreparedReferenceAction

java.lang.Object
webwork.action.ActionSupport
com.atlassian.jira.web.action.JiraWebActionSupport
com.atlassian.jira.dev.reference.plugin.actions.PreparedReferenceAction
All Implemented Interfaces:
ErrorCollection, I18nHelper, HttpServletVariables, AuthorizationSupport, Serializable, webwork.action.Action, webwork.action.CommandDriven, webwork.action.IllegalArgumentAware, webwork.action.PrepareAction

public class PreparedReferenceAction extends JiraWebActionSupport implements webwork.action.PrepareAction
Sample Reference Action that prints out "Welcome to JIRA".
Since:
v4.3
See Also:
  • Constructor Details

    • PreparedReferenceAction

      public PreparedReferenceAction()
  • Method Details

    • doExecute

      protected String doExecute() throws Exception
      Overrides:
      doExecute in class webwork.action.ActionSupport
      Throws:
      Exception
    • getProductName

      public String getProductName()
    • prepare

      public void prepare() throws Exception
      Specified by:
      prepare in interface webwork.action.PrepareAction
      Throws:
      Exception
    • getPreparedMessage

      public String getPreparedMessage()