Class Overview
This was taken from atlassian-webwork1 and placed into its now rightful home of JIRA.
Summary
|
[Expand]
Inherited Methods |
From class
java.lang.Object
|
Object
|
clone()
|
|
boolean
|
equals(Object arg0)
|
|
void
|
finalize()
|
|
final
Class<?>
|
getClass()
|
|
int
|
hashCode()
|
|
final
void
|
notify()
|
|
final
void
|
notifyAll()
|
|
String
|
toString()
|
|
final
void
|
wait()
|
|
final
void
|
wait(long arg0, int arg1)
|
|
final
void
|
wait(long arg0)
|
|
From interface
com.atlassian.core.action.ActionDispatcher
|
ActionResult
|
execute(String actionName)
This method is deprecated.
See individual BackEnd Action or constants in ActionNames for particular replacement. Normally a Service or Manager class in Pico Dependency Injection container. Since v5.0.
|
|
ActionResult
|
execute(String actionName, Map parameters)
This method is deprecated.
See individual BackEnd Action or constants in ActionNames for particular replacement. Normally a Service or Manager class in Pico Dependency Injection container. Since v5.0.
|
|
Public Constructors
public
DefaultActionDispatcher
()
Public Methods