package

com.atlassian.jira.action

Interfaces

ActionNames A basic class to alias all of the action names. 
SafeAction This is a simple marker interface that indicates that an {@ink webwork.action.Action} is a "safe" action and hence is safe to receive any map of parameters. 

Classes

ActionContextKit A helper class to clean up the viral webwork.action.ActionContext thread locals 
JiraActionSupport This class sits just above the base Webwork ActionSupport class and provides JIRA specific code to all our actions. 
JiraNonWebActionSupport The superclass for all non-web actions in JIRA.