public abstract class BaseActionHandler extends Object implements IHandler
Modifier and Type | Field and Description |
---|---|
protected static String |
ACTION_PAGES_LOCATION |
protected static String |
PROP_DESTINATION |
Constructor and Description |
---|
BaseActionHandler() |
Modifier and Type | Method and Description |
---|---|
protected String |
getJSPPath(String actionName)
Given the action name, generates the default path for the JSP
|
boolean |
isAllowMultiple()
Returns value of possibility of repeated performance of action
|
void |
setupUIDefaults(Map<String,Serializable> actionProps)
Adds any properties to the given map that need default values
before the UI is displayed to the user.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
generateSummary, getJSPPath, prepareForEdit, prepareForSave
protected static final String ACTION_PAGES_LOCATION
protected static final String PROP_DESTINATION
public void setupUIDefaults(Map<String,Serializable> actionProps)
IHandler
setupUIDefaults
in interface IHandler
actionProps
- The current properties mapprotected String getJSPPath(String actionName)
actionName
- The name of the actionpublic boolean isAllowMultiple()
IHandler
isAllowMultiple
in interface IHandler
Copyright © 2005–2017 Alfresco Software. All rights reserved.