Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 504 Bytes

JavaInterceptors.md

File metadata and controls

12 lines (7 loc) · 504 Bytes

Intercepting requests

Overriding onRequest

One important aspect of the GlobalSettings class is that it provides a way to intercept requests and execute business logic before a request is dispatched to an action.

For example:

@global

It’s also possible to intercept a specific action method. This can be achieved via [[Action composition| JavaActionsComposition]].