Class SiteProcessor


  • public class SiteProcessor
    extends Object
    • Constructor Detail

      • SiteProcessor

        public SiteProcessor()
    • Method Detail

      • staticContentHandler

        public void staticContentHandler​(SiteBuildItem buildItem,
                                         SiteRecorder recorder,
                                         io.quarkus.vertx.http.deployment.HttpRootPathBuildItem httpRoot,
                                         io.quarkus.deployment.annotations.BuildProducer<io.quarkus.vertx.http.deployment.RouteBuildItem> routes,
                                         io.quarkus.vertx.http.deployment.BodyHandlerBuildItem body,
                                         SiteConfig config)
                                  throws Exception
        Throws:
        Exception
      • frontendBeans

        public void frontendBeans​(SiteRecorder recorder,
                                  io.quarkus.deployment.annotations.BuildProducer<SiteBuildItem> buildProducer,
                                  io.quarkus.vertx.http.deployment.HttpRootPathBuildItem httpRootPathBuildItem,
                                  io.quarkus.deployment.annotations.BuildProducer<io.quarkus.vertx.http.deployment.devmode.NotFoundPageDisplayableEndpointBuildItem> displayableEndpoints)
                           throws Exception
        Throws:
        Exception