import * as mandarinets from "https://deno.land/x/mandarinets@v2.3.2/mvc-framework/core/internal/components/routing/controllerContext.ts";
Classes
This class is used in the DI Container for Mandarine to store components annotated as @Controller It contains all the behavior of a controller, like its routes and the methods of the routes. |