public class CompositeConditionHandler extends BaseConditionHandler
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
NAME |
static java.lang.String |
PROP_COMPOSITE_CONDITION |
static java.lang.String |
PROP_CONDITION_OR |
CONDITION_PAGES_LOCATION, PROP_CONDITION_NOT| Constructor and Description |
|---|
CompositeConditionHandler() |
| 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.
|
void |
prepareForEdit(java.util.Map uiConditionProps,
java.util.Map repoProps)
Called at the start of the edit wizard.
|
void |
prepareForSave(java.util.Map uiConditionProps,
java.util.Map repoProps)
Called at the end of the wizard.
|
getJSPPath, getNamespaceService, isAllowMultiple, setupUIDefaultspublic static final java.lang.String NAME
public static final java.lang.String PROP_COMPOSITE_CONDITION
public static final java.lang.String PROP_CONDITION_OR
public java.lang.String generateSummary(javax.faces.context.FacesContext context,
IWizardBean wizard,
java.util.Map props)
IHandlercontext - Faces contextwizard - The current wizardprops - The properties mappublic java.lang.String getJSPPath()
IHandlerpublic void prepareForEdit(java.util.Map uiConditionProps,
java.util.Map repoProps)
IHandleruiConditionProps - The current properties maprepoProps - The properties currently in the repositorypublic void prepareForSave(java.util.Map uiConditionProps,
java.util.Map repoProps)
IHandleruiConditionProps - The current properties maprepoProps - The repository properties map to prepareCopyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.