public interface ActionHandlerService
Modifier and Type | Field and Description |
---|---|
static String |
APP_ROOT_GLOBAL |
Modifier and Type | Method and Description |
---|---|
void |
addActionHandlers(String appRoot,
String nodeType,
ActionType actionType,
List<ActionHandler> actionHandlers)
This function will be used to add action handler(s) with the handler service.
|
List<ActionHandler> |
getAssociatedHandlers(String nodeType,
ActionType actionType)
This function returns all the ActionHandler objects that are associated for the passed node type and operation.
|
void |
invokePostProcessingHandlers(String nodeType,
ActionType actionType,
Object object,
Map<String,Object> preprocessMap) |
void |
invokePreProcessingHandlers(String nodeType,
ActionType actionType,
Object object,
Map<String,Object> preprocessMap) |
void |
removeActionHandlers(String appRoot,
String nodeType,
ActionType actionType,
List<ActionHandler> actionHandlers)
This function will be used to remove action handler(s) from the handler.
|
static final String APP_ROOT_GLOBAL
void addActionHandlers(String appRoot, String nodeType, ActionType actionType, List<ActionHandler> actionHandlers) throws RepositoryException
RepositoryException
void removeActionHandlers(String appRoot, String nodeType, ActionType actionType, List<ActionHandler> actionHandlers) throws RepositoryException
RepositoryException
List<ActionHandler> getAssociatedHandlers(String nodeType, ActionType actionType) throws RepositoryException
RepositoryException
void invokePreProcessingHandlers(String nodeType, ActionType actionType, Object object, Map<String,Object> preprocessMap) throws RepositoryException
RepositoryException
void invokePostProcessingHandlers(String nodeType, ActionType actionType, Object object, Map<String,Object> preprocessMap) throws RepositoryException
RepositoryException
Copyright © 1982–2022 Adobe Systems Inc.. All rights reserved.