|
jPod PDF library | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.intarsys.pdf.app.action.StandardActionHandlerRegistry
public class StandardActionHandlerRegistry
The default implementation for a action handler factory.
| Constructor Summary | |
|---|---|
StandardActionHandlerRegistry()
|
|
| Method Summary | |
|---|---|
IActionHandler[] |
getActionHandlers()
A collection of all registered IActionHandler instances. |
IActionHandler |
getDefaultHandler()
|
IActionHandler |
lookupActionHandler(COSName actionType)
The IActionHandler for the specified actionType. |
void |
registerActionHandler(IActionHandler handler)
Register an IActionHandler. |
void |
registerDefaultHandler(IActionHandler handler)
|
void |
unregisterActionHandler(IActionHandler handler)
Unregister an IActionHandler. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StandardActionHandlerRegistry()
| Method Detail |
|---|
public IActionHandler[] getActionHandlers()
IActionHandlerRegistryIActionHandler instances.
getActionHandlers in interface IActionHandlerRegistryIActionHandler instances.public IActionHandler getDefaultHandler()
public IActionHandler lookupActionHandler(COSName actionType)
IActionHandlerRegistryIActionHandler for the specified actionType.
lookupActionHandler in interface IActionHandlerRegistryactionType - The type of action to be executed, for example /JavaScript
IActionHandler able to process an action definition
of the specified type.public void registerActionHandler(IActionHandler handler)
IActionHandlerRegistryIActionHandler.
registerActionHandler in interface IActionHandlerRegistryhandler - The new handlerpublic void registerDefaultHandler(IActionHandler handler)
public void unregisterActionHandler(IActionHandler handler)
IActionHandlerRegistryIActionHandler.
unregisterActionHandler in interface IActionHandlerRegistryhandler - The IActionHandler to be unregistered.
|
jPod PDF library | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||