public interface IHandler extends Serializable
Modifier and Type | Method and Description |
---|---|
String |
generateSummary(FacesContext context,
IWizardBean wizard,
Map<String,Serializable> props)
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.
|
boolean |
isAllowMultiple()
Returns value of possibility of repeated performance of action
|
void |
prepareForEdit(Map<String,Serializable> props,
Map<String,Serializable> repoProps)
Called at the start of the edit wizard.
|
void |
prepareForSave(Map<String,Serializable> props,
Map<String,Serializable> repoProps)
Called at the end of the wizard.
|
void |
setupUIDefaults(Map<String,Serializable> props)
Adds any properties to the given map that need default values
before the UI is displayed to the user.
|
void setupUIDefaults(Map<String,Serializable> props)
props
- The current properties mapString getJSPPath()
void prepareForSave(Map<String,Serializable> props, Map<String,Serializable> repoProps)
props
- The current properties maprepoProps
- The repository properties map to preparevoid prepareForEdit(Map<String,Serializable> props, Map<String,Serializable> repoProps)
props
- The current properties maprepoProps
- The properties currently in the repositoryString generateSummary(FacesContext context, IWizardBean wizard, Map<String,Serializable> props)
context
- Faces contextwizard
- The current wizardprops
- The properties mapboolean isAllowMultiple()
Copyright © 2005–2017 Alfresco Software. All rights reserved.