class Athena::Routing::Events::View
- Athena::Routing::Events::View
- Athena::EventDispatcher::Event
- Reference
- Object
Overview
Emitted after the route's action has been executed, but only if it does NOT return an ART::Response
.
This event can be listened on to handle converting a non ART::Response
into an ART::Response
.
See ART::Listeners::View
.