public interface IHandler
extends java.io.Serializable
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
generateSummary(javax.faces.context.FacesContext context,
IWizardBean wizard,
java.util.Map props)
Generates a summary string for this handler.
|
java.lang.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(java.util.Map props,
java.util.Map repoProps)
Called at the start of the edit wizard.
|
void |
prepareForSave(java.util.Map props,
java.util.Map repoProps)
Called at the end of the wizard.
|
void |
setupUIDefaults(java.util.Map props)
Adds any properties to the given map that need default values
before the UI is displayed to the user.
|
void setupUIDefaults(java.util.Map props)
props - The current properties mapjava.lang.String getJSPPath()
void prepareForSave(java.util.Map props,
java.util.Map repoProps)
props - The current properties maprepoProps - The repository properties map to preparevoid prepareForEdit(java.util.Map props,
java.util.Map repoProps)
props - The current properties maprepoProps - The properties currently in the repositoryjava.lang.String generateSummary(javax.faces.context.FacesContext context,
IWizardBean wizard,
java.util.Map props)
context - Faces contextwizard - The current wizardprops - The properties mapboolean isAllowMultiple()
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.