com.atlassian.core.action
Interface ActionDispatcher

All Known Implementing Classes:
DefaultActionDispatcher, MockActionDispatcher

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

Method Detail

execute

webwork.dispatcher.ActionResult execute(String actionName)
                                        throws Exception
Throws:
Exception

execute

webwork.dispatcher.ActionResult execute(String actionName,
                                        Map parameters)
                                        throws Exception
Throws:
Exception


Copyright © 2002-2011 Atlassian. All Rights Reserved.