This class provides functionality to call hooks. A hook is an extension point in the business logic,
where you can register scripts to customize functionality.
Constructor Summary
This class does not have a constructor, so you cannot create it directly.
Calls a hook on base of the specified extensionPoint and function. If a hook throws an exception, then
this method will also throw an exception. If no hook and no system default implementation is provided,
then this method will return undefined.
Checks whether a hook is registered or a system default implementation exists for this extension point.
extensionPoint refers to the same name used to register a script as implementation. With this method it's only
possible to check for a whole script registered but it is not possible to check, whether an individual function
is implemented.