siouxsie.mvc
Interface IActionLauncher
- All Known Implementing Classes:
- SimpleActionLauncher
public interface IActionLauncher
Action launcher. Implementations can vary
on the way they launch actions (ex.: different threads)
- Version:
- $Id$
- Author:
- Arnaud Cogoluegnes
Method Summary |
java.lang.String |
launch(com.opensymphony.xwork2.ActionProxy actionProxy)
Launch the action. |
launch
java.lang.String launch(com.opensymphony.xwork2.ActionProxy actionProxy)
throws java.lang.Exception
- Launch the action.
- Parameters:
actionProxy
-
- Returns:
-
- Throws:
java.lang.Exception
Copyright © 2006-2008 null. All Rights Reserved.