Public Member Functions | |
MailFormAction () | |
int | execute () throws Exception |
Public Member Functions inherited from org.turro.elephant.impl.abstracts.AbstractAction | |
AbstractAction () | |
void | setConstructor (IConstructor constructor) |
IConstructor | getConstructor () |
String | getContextParameter () |
String | getIdelParameter () |
String | getActionParameter () |
String | getParameter (String param) |
String | getParameter (String param, boolean encode) |
String | getStringParameter (String param) |
String | getValueParameter (String param) |
boolean | getBooleanParameter (String param) |
int | getIntParameter (String param, int defaultValue) |
double | getDoubleParameter (String param, double defaultValue) |
Date | getDateParameter (String param, Date defaultValue) |
Additional Inherited Members | |
Static Public Member Functions inherited from org.turro.elephant.impl.abstracts.AbstractAction | |
static String | makeDateParameter (Date date) |
static String | makeDateParameter (Timestamp date) |
static String | getValuePortion (String key, String value) |
Static Public Attributes inherited from org.turro.elephant.context.IAction | |
static final int | DONE = 0 |
static final int | NO_DATA = 1 |
static final int | ERROR = 2 |
Protected Attributes inherited from org.turro.elephant.impl.abstracts.AbstractAction | |
IConstructor | constructor |
Definition at line 33 of file MailFormAction.java.
org.turro.mail.recipients.MailFormAction.MailFormAction | ( | ) |
Creates a new instance of MailFormAction
Definition at line 36 of file MailFormAction.java.
int org.turro.mail.recipients.MailFormAction.execute | ( | ) | throws Exception |
Called by constructor in request for one action.
java.lang.Exception |
Implements org.turro.elephant.context.IAction.
Definition at line 40 of file MailFormAction.java.