We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
What if a module is using the HookSystem, currently I see a problem because it is request scope.
Maybe we need global HookSystem for these cases.
The text was updated successfully, but these errors were encountered:
Use HookSystemRegisterExtentionPoint to register callback for hook.
To call a hook, you can use the ThreadLocalRequestContext.get(HookSystemFeature.class). But that will only work on a request based execution
Sorry, something went wrong.
This is no easy possible by using the CMSRequestContext in modules.
#143 add example
89ab80e
No branches or pull requests
What if a module is using the HookSystem, currently I see a problem because it is request scope.
Maybe we need global HookSystem for these cases.
The text was updated successfully, but these errors were encountered: