org.riotfamily.riot.list.command.result
Class ScriptResult

java.lang.Object
  extended by org.riotfamily.riot.list.command.result.ScriptResult
All Implemented Interfaces:
CommandResult

public class ScriptResult
extends Object
implements CommandResult


Field Summary
static String ACTION
           
 
Constructor Summary
ScriptResult(String script)
           
 
Method Summary
 String getAction()
           
 String getScript()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ACTION

public static final String ACTION
See Also:
Constant Field Values
Constructor Detail

ScriptResult

public ScriptResult(String script)
Method Detail

getAction

public String getAction()
Specified by:
getAction in interface CommandResult

getScript

public String getScript()