net.sf.jasperreports.web.actions
Class AbstractAction
java.lang.Object
net.sf.jasperreports.web.actions.AbstractAction
- All Implemented Interfaces:
- Action
- Direct Known Subclasses:
- AbstractVerifiableTableAction, FilterAction, MultiAction, RedoAction, SaveAction, SortAction, UndoAction, UndoAllAction
public abstract class AbstractAction
- extends Object
- implements Action
- Version:
- $Id: AbstractAction.java 5331 2012-05-03 11:53:20Z teodord $
- Author:
- Narcis Marcu (narcism@users.sourceforge.net)
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PARAM_COMMAND_STACK
public static final String PARAM_COMMAND_STACK
- See Also:
- Constant Field Values
errors
protected AbstractAction.ActionErrors errors
AbstractAction
public AbstractAction()
getMessagesBundle
public String getMessagesBundle()
init
public void init(JasperReportsContext jasperReportsContext,
ReportContext reportContext)
getJasperReportsContext
public JasperReportsContext getJasperReportsContext()
getReportContext
public ReportContext getReportContext()
run
public void run()
throws ActionException
- Specified by:
run in interface Action
- Throws:
ActionException
getCommandStack
public CommandStack getCommandStack()
setCommandStack
public void setCommandStack(CommandStack commandStack)
performAction
public abstract void performAction()
throws ActionException
- Throws:
ActionException
getCommandTarget
public CommandTarget getCommandTarget(UUID uuid)
Copyright © 2012. All Rights Reserved.