类 MainPageHandler

  • 所有已实现的接口:
    com.firefly.server.http2.router.Handler

    @Component("mainPageHandler")
    public class MainPageHandler
    extends Object
    implements com.firefly.server.http2.router.Handler
    作者:
    Pengtao Qiu
    • 构造器详细资料

      • MainPageHandler

        public MainPageHandler()
    • 方法详细资料

      • handle

        public void handle​(com.firefly.server.http2.router.RoutingContext ctx)
        指定者:
        handle 在接口中 com.firefly.server.http2.router.Handler
      • toProductQuery

        public ProductQuery toProductQuery​(com.firefly.server.http2.router.RoutingContext ctx)
      • listProducts

        public reactor.core.publisher.Mono<MainPage> listProducts​(com.firefly.server.http2.router.RoutingContext ctx)