com.atlassian.core.action
Interface ActionDispatcher

All Known Implementing Classes:
DefaultActionDispatcher, MockActionDispatcher

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 interface ActionDispatcher

This was taken from atlassian-webwork1 and placed into its now rightful home of JIRA.

Since:
4.3

Method Summary
 webwork.dispatcher.ActionResult execute(String actionName)
          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.
 webwork.dispatcher.ActionResult execute(String actionName, Map parameters)
          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.
 

Method Detail

execute

webwork.dispatcher.ActionResult execute(String actionName)
                                        throws Exception
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.

Throws:
Exception

execute

webwork.dispatcher.ActionResult execute(String actionName,
                                        Map parameters)
                                        throws Exception
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.

Throws:
Exception


Copyright © 2002-2012 Atlassian. All Rights Reserved.