Class LandingUrlContentHandler

  • All Implemented Interfaces:
    org.testingisdocumenting.znai.server.UrlContentHandler

    public class LandingUrlContentHandler
    extends java.lang.Object
    implements org.testingisdocumenting.znai.server.UrlContentHandler
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String buildContent​(org.testingisdocumenting.znai.server.ZnaiServerConfig serverConfig, io.vertx.ext.web.RoutingContext ctx, org.testingisdocumenting.znai.html.reactjs.ReactJsBundle reactJsBundle)  
      java.lang.String url()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • LandingUrlContentHandler

        public LandingUrlContentHandler()
    • Method Detail

      • url

        public java.lang.String url()
        Specified by:
        url in interface org.testingisdocumenting.znai.server.UrlContentHandler
      • buildContent

        public java.lang.String buildContent​(org.testingisdocumenting.znai.server.ZnaiServerConfig serverConfig,
                                             io.vertx.ext.web.RoutingContext ctx,
                                             org.testingisdocumenting.znai.html.reactjs.ReactJsBundle reactJsBundle)
        Specified by:
        buildContent in interface org.testingisdocumenting.znai.server.UrlContentHandler