Class CommandResult

java.lang.Object
org.deltava.commands.CommandResult
All Implemented Interfaces:
Serializable

public class CommandResult extends Object implements Serializable
Returns the results of a web Command. All commands need to return an object of this class when completing their execute() method, and based on the data contained within this class the controller servlet will perform further processing.
Since:
1.0
Version:
2.3
Author:
Luke
See Also: