com.atlassian.core.action
Class DefaultActionDispatcher

java.lang.Object
  extended by com.atlassian.core.action.DefaultActionDispatcher
All Implemented Interfaces:
ActionDispatcher

public class DefaultActionDispatcher
extends Object
implements ActionDispatcher

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

Since:
4.3

Constructor Summary
DefaultActionDispatcher()
           
 
Method Summary
 webwork.dispatcher.ActionResult execute(String actionName)
           
 webwork.dispatcher.ActionResult execute(String actionName, Map parameters)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultActionDispatcher

public DefaultActionDispatcher()
Method Detail

execute

public webwork.dispatcher.ActionResult execute(String actionName)
                                        throws Exception
Specified by:
execute in interface ActionDispatcher
Throws:
Exception

execute

public webwork.dispatcher.ActionResult execute(String actionName,
                                               Map parameters)
                                        throws Exception
Specified by:
execute in interface ActionDispatcher
Throws:
Exception


Copyright © 2002-2012 Atlassian. All Rights Reserved.