public class IsSubTypeHandler extends BaseConditionHandler
| Modifier and Type | Field and Description |
|---|---|
protected static java.lang.String |
PROP_MODEL_TYPE |
CONDITION_PAGES_LOCATION, PROP_CONDITION_NOT| Constructor and Description |
|---|
IsSubTypeHandler() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
generateSummary(javax.faces.context.FacesContext context,
IWizardBean wizard,
java.util.Map conditionProps)
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 conditionProps,
java.util.Map repoProps)
Called at the start of the edit wizard.
|
void |
prepareForSave(java.util.Map conditionProps,
java.util.Map repoProps)
Called at the end of the wizard.
|
getJSPPath, getNamespaceService, isAllowMultiple, setupUIDefaultsprotected static final java.lang.String PROP_MODEL_TYPE
public java.lang.String getJSPPath()
IHandlerpublic void prepareForSave(java.util.Map conditionProps,
java.util.Map repoProps)
IHandlerconditionProps - The current properties maprepoProps - The repository properties map to preparepublic void prepareForEdit(java.util.Map conditionProps,
java.util.Map repoProps)
IHandlerconditionProps - The current properties maprepoProps - The properties currently in the repositorypublic java.lang.String generateSummary(javax.faces.context.FacesContext context,
IWizardBean wizard,
java.util.Map conditionProps)
IHandlercontext - Faces contextwizard - The current wizardconditionProps - The properties mapCopyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.