module Athena::HTTPKernel::Controller::ArgumentResolverInterface
#
Responsible for resolving the arguments that will be passed to a controller action.
See the Getting Started docs for more information.
Direct including types
Athena::HTTPKernel::Controller::ArgumentResolver
Methods#
abstract #get_arguments(request : AHTTP::Request, action : AHK::ActionBase) : Array#
Returns an array of arguments resolved from the provided request for the given action.