public interface IActionHandlerRegistry
The action handler factory returns a registered handler for a given action type.
| Modifier and Type | Method and Description |
|---|---|
IActionHandler[] |
getActionHandlers()
A collection of all registered
IActionHandler instances. |
IActionHandler |
lookupActionHandler(COSName actionType)
The
IActionHandler for the specified actionType. |
void |
registerActionHandler(IActionHandler handler)
Register an
IActionHandler. |
void |
unregisterActionHandler(IActionHandler handler)
Unregister an
IActionHandler. |
IActionHandler[] getActionHandlers()
IActionHandler instances.IActionHandler instances.IActionHandler lookupActionHandler(COSName actionType)
IActionHandler for the specified actionType.actionType - The type of action to be executed, for example /JavaScriptIActionHandler able to process an action definition
of the specified type.void registerActionHandler(IActionHandler handler)
IActionHandler.handler - The new handlervoid unregisterActionHandler(IActionHandler handler)
IActionHandler.handler - The IActionHandler to be unregistered.Copyright © 2013 intarsys consulting GmbH. All Rights Reserved.