Class ResetInCacheCommand
- java.lang.Object
-
- net.sf.jasperreports.web.commands.ResetInCacheCommand
-
- All Implemented Interfaces:
java.io.Serializable,Command
public class ResetInCacheCommand extends java.lang.Object implements Command
- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ResetInCacheCommand(Command command, JasperReportsContext jasperReportsContext, ReportContext reportContext, java.lang.String uri)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute()voidredo()voidundo()
-
-
-
Constructor Detail
-
ResetInCacheCommand
public ResetInCacheCommand(Command command, JasperReportsContext jasperReportsContext, ReportContext reportContext, java.lang.String uri)
-
-
Method Detail
-
execute
public void execute() throws CommandException- Specified by:
executein interfaceCommand- Throws:
CommandException
-
-