module Athena::Routing::RequestContextAwareInterface
#
Represents a type that has access to the current ART::RequestContext
.
Direct including types
Athena::Routing::Generator::Interface
Athena::Routing::Matcher::URLMatcherInterface
Methods#
abstract #context : ART::RequestContext
#
Returns the request context.
abstract #context=(context : ART::RequestContext)
#
Sets the request context.