Uses of Class
me.panjohnny.jip.server.router.Route
Packages that use Route
-
Uses of Route in me.panjohnny.jip.server.router
Subclasses of Route in me.panjohnny.jip.server.routerModifier and TypeClassDescriptionfinal class
Dynamická trasa, umožňuje dynamické porovnávání cesty.final class
Static route, which matches the path exactly.Methods in me.panjohnny.jip.server.router that return RouteModifier and TypeMethodDescriptionZíská trasu pro danou cestu.static Route
Vytvoří instanci trasy na základě dané cesty.Methods in me.panjohnny.jip.server.router with parameters of type RouteModifier and TypeMethodDescriptionRouter.getHandler
(Route route) Získá handler pro danou trasu.void
Router.route
(Route route, RequestHandler handler) Přidá novou trasu s daným handlerem.