public class

Error404

extends JiraWebActionSupport
java.lang.Object
   ↳ webwork.action.ActionSupport
     ↳ com.atlassian.jira.action.JiraActionSupport
       ↳ com.atlassian.jira.web.action.JiraWebActionSupport
         ↳ com.atlassian.jira.web.action.util.Error404

Summary

[Expand]
Inherited Constants
From class com.atlassian.jira.web.action.JiraWebActionSupport
From interface webwork.action.Action
[Expand]
Inherited Fields
From class com.atlassian.jira.web.action.JiraWebActionSupport
From class com.atlassian.jira.action.JiraActionSupport
From class webwork.action.ActionSupport
Public Constructors
Error404(ApplicationProperties applicationProperties, PluginAccessor pluginAccessor)
Public Methods
String getFooterContent()
HttpServletRequest getHttpRequest()
This method intentionally does not delegates fetching HttpServletRequest to any components, as they might not be defined when JIRA is not fully operational (for example during setup)
String getJiraTitle()
String getOriginalURL()
String getResourcesContent()
Protected Methods
String doExecute()
[Expand]
Inherited Methods
From class com.atlassian.jira.web.action.JiraWebActionSupport
From class com.atlassian.jira.action.JiraActionSupport
From class webwork.action.ActionSupport
From class java.lang.Object
From interface com.atlassian.jira.util.ErrorCollection
From interface com.atlassian.jira.util.I18nHelper
From interface com.atlassian.jira.web.HttpServletVariables
From interface com.atlassian.jira.web.util.AuthorizationSupport
From interface webwork.action.Action
From interface webwork.action.CommandDriven
From interface webwork.action.IllegalArgumentAware

Public Constructors

public Error404 (ApplicationProperties applicationProperties, PluginAccessor pluginAccessor)

Public Methods

public String getFooterContent ()

public HttpServletRequest getHttpRequest ()

This method intentionally does not delegates fetching HttpServletRequest to any components, as they might not be defined when JIRA is not fully operational (for example during setup)

Returns
  • current request

public String getJiraTitle ()

public String getOriginalURL ()

public String getResourcesContent ()

Protected Methods

protected String doExecute ()

Throws
Exception