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, waitgenerateSummary, getJSPPath, prepareForEdit, prepareForSaveprotected static final String ACTION_PAGES_LOCATION
protected static final String PROP_DESTINATION
public void setupUIDefaults(Map<String,Serializable> actionProps)
IHandlersetupUIDefaults in interface IHandleractionProps - The current properties mapprotected String getJSPPath(String actionName)
actionName - The name of the actionpublic boolean isAllowMultiple()
IHandlerisAllowMultiple in interface IHandlerCopyright © 2005–2018 Alfresco Software. All rights reserved.