Mvc
Table of Contents
Classes
- AfterRequestDispatchedEvent
- Event which is fired after the dispatcher has successfully dispatched a request to a controller/action.
- BeforeActionAuthorizationDeniedEvent
- Event that is triggered when an extbase action authorization check fails and before the authorization denied
PropagateResponseException is thrown. Extension developers can use this event to prevent the default behavior
and provide a custom response.
- BeforeActionCallEvent
- Event that is triggered before any Extbase Action is called within the ActionController or one
of its subclasses.
- BeforeActionRateLimitResponseEvent
- Event that is triggered, when an extbase action is rate limitied and before the rate limit response is sent.