public abstract class BaseActionHandler extends java.lang.Object implements IHandler
| Modifier and Type | Field and Description |
|---|---|
protected static java.lang.String |
ACTION_PAGES_LOCATION |
protected static java.lang.String |
PROP_DESTINATION |
| Constructor and Description |
|---|
BaseActionHandler() |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
getJSPPath(java.lang.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(java.util.Map 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 java.lang.String ACTION_PAGES_LOCATION
protected static final java.lang.String PROP_DESTINATION
public void setupUIDefaults(java.util.Map actionProps)
IHandlersetupUIDefaults in interface IHandleractionProps - The current properties mapprotected java.lang.String getJSPPath(java.lang.String actionName)
actionName - The name of the actionpublic boolean isAllowMultiple()
IHandlerisAllowMultiple in interface IHandlerCopyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.