类的使用
cn.taketoday.web.handler.function.RouterFunctions.AbstractRouterFunction
程序包
说明
Provides the types that make up Infra functional web framework.
-
cn.taketoday.web.handler.function中RouterFunctions.AbstractRouterFunction的使用
修饰符和类型类说明private static classRouter function returned byRouterFunctionBuilder.build()that simply iterates over the registered routes.(专用程序包) static final classprivate static final classprivate static final class(专用程序包) static final classA composed routing function that first invokes one function, and then invokes another function (of a different response type) if this route had no result.private static class(专用程序包) static final classA composed routing function that first invokes one function, and then invokes the another function (of the same response typeT) if this route had no result.