public class InCategoryHandler extends BaseConditionHandler
Modifier and Type | Field and Description |
---|---|
protected static String |
PROP_CATEGORY |
CONDITION_PAGES_LOCATION, PROP_CONDITION_NOT
Constructor and Description |
---|
InCategoryHandler() |
Modifier and Type | Method and Description |
---|---|
String |
generateSummary(FacesContext context,
IWizardBean wizard,
Map<String,Serializable> conditionProps)
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> conditionProps,
Map<String,Serializable> repoProps)
Called at the start of the edit wizard.
|
void |
prepareForSave(Map<String,Serializable> conditionProps,
Map<String,Serializable> repoProps)
Called at the end of the wizard.
|
getJSPPath, getNamespaceService, isAllowMultiple, setupUIDefaults
protected static final String PROP_CATEGORY
public String getJSPPath()
IHandler
public void prepareForSave(Map<String,Serializable> conditionProps, Map<String,Serializable> repoProps)
IHandler
conditionProps
- The current properties maprepoProps
- The repository properties map to preparepublic void prepareForEdit(Map<String,Serializable> conditionProps, Map<String,Serializable> repoProps)
IHandler
conditionProps
- The current properties maprepoProps
- The properties currently in the repositorypublic String generateSummary(FacesContext context, IWizardBean wizard, Map<String,Serializable> conditionProps)
IHandler
context
- Faces contextwizard
- The current wizardconditionProps
- The properties mapCopyright © 2005–2017 Alfresco Software. All rights reserved.