class Athena::Routing::Events::Action
inherits Athena::EventDispatcher::Event
#
Emitted after ART::Events::Request
and the related ART::Action
has been resolved, but before it has been executed.
See the external documentation for more information.
Included modules
Athena::Routing::Events::RequestAware
Class methods#
Methods#
#action : ART::ActionBase
#
: ART::ActionBase
The related ART::Action
that will be used to handle the current request.