ElideController

interface ElideController

Describes the top-level expected interface for Elide-based controllers; any base class which inherits from this one may be used as a controller, and activated/deactivated with Micronaut annotations (see: @Controller).

Inheritors

Functions

Link copied to clipboard
abstract fun context(): ApplicationContext