Class MultiActionCommand
- java.lang.Object
-
- net.sf.jasperreports.web.commands.MultiActionCommand
-
- All Implemented Interfaces:
java.io.Serializable,Command
public class MultiActionCommand extends java.lang.Object implements Command
- Author:
- Narcis Marcu (narcism@users.sourceforge.net)
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MultiActionCommand(java.util.List<AbstractAction> actions, JasperReportsContext jasperReportsContext, ReportContext reportContext)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute()voidredo()voidundo()
-
-
-
Constructor Detail
-
MultiActionCommand
public MultiActionCommand(java.util.List<AbstractAction> actions, JasperReportsContext jasperReportsContext, ReportContext reportContext)
-
-
Method Detail
-
execute
public void execute() throws CommandException- Specified by:
executein interfaceCommand- Throws:
CommandException
-
-