public abstract class

AbstractConstantAction

extends JiraWebActionSupport
java.lang.Object
   ↳ webwork.action.ActionSupport
     ↳ com.atlassian.jira.action.JiraActionSupport
       ↳ com.atlassian.jira.web.action.JiraWebActionSupport
         ↳ com.atlassian.jira.web.action.admin.constants.AbstractConstantAction
Known Direct Subclasses
Known Indirect Subclasses

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
AbstractConstantAction()
Protected Methods
abstract void clearCaches()
Clear caches related to this constant
abstract GenericValue getConstant(String id)
abstract String getConstantEntityName()
abstract Collection<GenericValue> getConstants()
Get a collection of this constant
abstract String getIssueConstantField()
abstract String getNiceConstantName()
abstract String getRedirectPage()
[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 AbstractConstantAction ()

Protected Methods

protected abstract void clearCaches ()

Clear caches related to this constant

protected abstract GenericValue getConstant (String id)

protected abstract String getConstantEntityName ()

protected abstract Collection<GenericValue> getConstants ()

Get a collection of this constant

protected abstract String getIssueConstantField ()

protected abstract String getNiceConstantName ()

protected abstract String getRedirectPage ()