Array of middlewares that should apply to all routes in this group.
The current set of nested groups. This is used when compiling route groups.
Mapping of group names to group registration functions.
The global application instance.
Get the global Application.
Get the global Container.
Get the method with the given name from this class, bound to this class.
function
Return the middlewares that apply to this group.
Call the make()
method on the global container.
Register the given middleware to be applied after all routes in this group.
Register the given middleware to be applied before all routes in this group.
Get the current group nesting.
Register the routes from a named group by calling its registration function.
Create a new named group that can be registered at a later time, by name.
extollo (v. latin) - to lift up, to elevate
Extollo is a free & libre application framework in TypeScript.
Class that defines a group of Routes in the application, with a prefix.