siouxsie.mvc.impl
Class SimpleActionLauncher

java.lang.Object
  extended by siouxsie.mvc.impl.SimpleActionLauncher
All Implemented Interfaces:
IActionLauncher

public class SimpleActionLauncher
extends java.lang.Object
implements IActionLauncher

Simple IActionLauncher launching the engine in the current thread.

Version:
$Id$
Author:
Arnaud Cogoluegnes

Constructor Summary
SimpleActionLauncher()
           
 
Method Summary
 java.lang.String launch(com.opensymphony.xwork2.ActionProxy actionProxy)
          Launch the action.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleActionLauncher

public SimpleActionLauncher()
Method Detail

launch

public java.lang.String launch(com.opensymphony.xwork2.ActionProxy actionProxy)
                        throws java.lang.Exception
Description copied from interface: IActionLauncher
Launch the action.

Specified by:
launch in interface IActionLauncher
Returns:
Throws:
java.lang.Exception


Copyright © 2006-2008 null. All Rights Reserved.