public abstract class AbstractAction extends java.lang.Object implements Action
Modifier and Type | Class and Description |
---|---|
static class |
AbstractAction.ActionErrors |
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
ERR_CONCAT_STRING |
protected AbstractAction.ActionErrors |
errors |
static java.lang.String |
PARAM_COMMAND_STACK |
Constructor and Description |
---|
AbstractAction() |
Modifier and Type | Method and Description |
---|---|
java.text.NumberFormat |
createNumberFormat(java.lang.String pattern,
java.util.Locale locale) |
CommandStack |
getCommandStack() |
CommandTarget |
getCommandTarget(java.util.UUID uuid) |
CommandTarget |
getCommandTarget(java.util.UUID uuid,
java.lang.Class<? extends JRDesignElement> elementType) |
JasperReportsContext |
getJasperReportsContext() |
java.lang.String |
getMessagesBundle() |
ReportContext |
getReportContext() |
void |
init(JasperReportsContext jasperReportsContext,
ReportContext reportContext) |
abstract void |
performAction() |
boolean |
requiresRefill() |
void |
run() |
void |
setCommandStack(CommandStack commandStack) |
public static final java.lang.String PARAM_COMMAND_STACK
public static final java.lang.String ERR_CONCAT_STRING
protected AbstractAction.ActionErrors errors
public java.lang.String getMessagesBundle()
public void init(JasperReportsContext jasperReportsContext, ReportContext reportContext)
public JasperReportsContext getJasperReportsContext()
public ReportContext getReportContext()
public void run() throws ActionException
run
in interface Action
ActionException
public CommandStack getCommandStack()
public void setCommandStack(CommandStack commandStack)
public abstract void performAction() throws ActionException
ActionException
public CommandTarget getCommandTarget(java.util.UUID uuid)
public CommandTarget getCommandTarget(java.util.UUID uuid, java.lang.Class<? extends JRDesignElement> elementType)
public java.text.NumberFormat createNumberFormat(java.lang.String pattern, java.util.Locale locale)
public boolean requiresRefill()
requiresRefill
in interface Action
© 2001-2014 TIBCO Software Inc. www.jaspersoft.com