Uses of Class
ch.autumo.beetroot.routing.Route
Packages that use Route
Package
Description
All base handlers for different purposes.
Routing component; configuration file:
cfg/routing.xml.-
Uses of Route in ch.autumo.beetroot.handler
Method parameters in ch.autumo.beetroot.handler with type arguments of type RouteModifier and TypeMethodDescriptionstatic voidBaseHandler.registerRoutes(List<Route> routes) Routes registration method. -
Uses of Route in ch.autumo.beetroot.routing
Methods in ch.autumo.beetroot.routing that return RouteMethods in ch.autumo.beetroot.routing that return types with arguments of type RouteModifier and TypeMethodDescriptionBeetRootDefaultRouter.getDefaultRoutes()Return the default routes.Router.getDefaultRoutes()Return the default routes.BeetRootDefaultRouter.getRoutes()Get web application routes.Router.getRoutes()Get web application routes.Merge routes!Methods in ch.autumo.beetroot.routing with parameters of type RouteMethod parameters in ch.autumo.beetroot.routing with type arguments of type Route