Uses of Class
dev.relism.flash.routing.MiddlewareNode
Packages that use MiddlewareNode
-
Uses of MiddlewareNode in dev.relism.flash.extension
Methods in dev.relism.flash.extension that return types with arguments of type MiddlewareNodeModifier and TypeMethodDescriptionAnnotationProcessor.process(Class<? extends RequestHandler> handlerClass) Methods in dev.relism.flash.extension with parameters of type MiddlewareNodeModifier and TypeMethodDescriptionprotected voidFlashApp.addMiddleware(MiddlewareNode mw) protected abstract voidFlashRegistrar.addMiddleware(MiddlewareNode mw) Registers a middleware in this registrar's own scope (global or scope-level).protected voidFlashScope.addMiddleware(MiddlewareNode mw) final SELFFlashRegistrar.connectWith(String path, SimpleHandler.FunctionalHandler h, MiddlewareNode... mw) final SELFFlashRegistrar.deleteWith(String path, SimpleHandler.FunctionalHandler h, MiddlewareNode... mw) final SELFFlashRegistrar.getWith(String path, SimpleHandler.FunctionalHandler h, MiddlewareNode... mw) final SELFFlashRegistrar.headWith(String path, SimpleHandler.FunctionalHandler h, MiddlewareNode... mw) final SELFFlashRegistrar.optionsWith(String path, SimpleHandler.FunctionalHandler h, MiddlewareNode... mw) final SELFFlashRegistrar.patchWith(String path, SimpleHandler.FunctionalHandler h, MiddlewareNode... mw) final SELFFlashRegistrar.postWith(String path, SimpleHandler.FunctionalHandler h, MiddlewareNode... mw) final SELFFlashRegistrar.purgeWith(String path, SimpleHandler.FunctionalHandler h, MiddlewareNode... mw) final SELFFlashRegistrar.putWith(String path, SimpleHandler.FunctionalHandler h, MiddlewareNode... mw) final SELFFlashRegistrar.queryWith(String path, SimpleHandler.FunctionalHandler h, MiddlewareNode... mw) final SELFFlashRegistrar.traceWith(String path, SimpleHandler.FunctionalHandler h, MiddlewareNode... mw) final SELFFlashRegistrar.use(MiddlewareNode... middlewares) Adds named middleware nodes whose ordering constraints are compiled at boot.Method parameters in dev.relism.flash.extension with type arguments of type MiddlewareNodeModifier and TypeMethodDescriptionprotected voidFlashApp.addRoute(HttpMethod method, String path, RequestHandler handler, List<MiddlewareNode> mw) protected abstract voidFlashRegistrar.addRoute(HttpMethod method, String path, RequestHandler handler, List<MiddlewareNode> mw) Adds a route immediately to this registrar's deferred compilation list.protected voidFlashScope.addRoute(HttpMethod method, String path, RequestHandler handler, List<MiddlewareNode> mw) -
Uses of MiddlewareNode in dev.relism.flash.routing
Methods in dev.relism.flash.routing that return MiddlewareNodeModifier and TypeMethodDescriptionMiddlewareNode.after(MiddlewareKey key) MiddlewareNode.afterIfPresent(MiddlewareKey key) MiddlewareNode.before(MiddlewareKey key) MiddlewareNode.beforeIfPresent(MiddlewareKey key) static MiddlewareNodeMiddlewareNode.of(MiddlewareKey key, Middleware middleware) Method parameters in dev.relism.flash.routing with type arguments of type MiddlewareNodeModifier and TypeMethodDescriptionstatic Middleware[]MiddlewareGraph.order(String route, List<MiddlewareNode> nodes)