public class MailHandler extends BaseActionHandler
| Modifier and Type | Field and Description |
|---|---|
static String |
PROP_FROM |
static String |
PROP_MESSAGE |
static String |
PROP_SUBJECT |
static String |
PROP_TEMPLATE |
static String |
PROP_TO |
ACTION_PAGES_LOCATION, PROP_DESTINATION| Constructor and Description |
|---|
MailHandler() |
| Modifier and Type | Method and Description |
|---|---|
String |
generateSummary(javax.faces.context.FacesContext context,
IWizardBean wizard,
Map<String,Serializable> actionProps)
Generates a summary string for this handler.
|
String |
getJSPPath()
By default, a JSP with the same name as the handler will
be loaded from a default location.
|
void |
prepareForEdit(Map<String,Serializable> actionProps,
Map<String,Serializable> repoProps)
Called at the start of the edit wizard.
|
void |
prepareForSave(Map<String,Serializable> actionProps,
Map<String,Serializable> repoProps)
Called at the end of the wizard.
|
getJSPPath, isAllowMultiple, setupUIDefaultspublic static final String PROP_TO
public static final String PROP_FROM
public static final String PROP_MESSAGE
public static final String PROP_SUBJECT
public static final String PROP_TEMPLATE
public String getJSPPath()
IHandlerpublic void prepareForSave(Map<String,Serializable> actionProps, Map<String,Serializable> repoProps)
IHandleractionProps - The current properties maprepoProps - The repository properties map to preparepublic void prepareForEdit(Map<String,Serializable> actionProps, Map<String,Serializable> repoProps)
IHandleractionProps - The current properties maprepoProps - The properties currently in the repositorypublic String generateSummary(javax.faces.context.FacesContext context, IWizardBean wizard, Map<String,Serializable> actionProps)
IHandlercontext - Faces contextwizard - The current wizardactionProps - The properties mapCopyright © 2005–2018 Alfresco Software. All rights reserved.