class Athena::Routing::Events::Action
- Athena::Routing::Events::Action
- Athena::EventDispatcher::Event
- Reference
- Object
Overview
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
Defined in:
events/action_event.crConstructors
Instance Method Summary
-
#action : ART::ActionBase
The related
ART::Action
that will be used to handle the current request.
Instance methods inherited from module Athena::Routing::Events::RequestAware
request : HTTP::Request
request
Constructor methods inherited from module Athena::Routing::Events::RequestAware
new(request : HTTP::Request)
new
Constructor Detail
Instance Method Detail
def action : ART::ActionBase
#
The related ART::Action
that will be used to handle the current request.