Interface BootstrapHandler.PageBuilder

All Superinterfaces:
Serializable
All Known Implementing Classes:
BootstrapHandler.BootstrapPageBuilder
Enclosing class:
BootstrapHandler

public static interface BootstrapHandler.PageBuilder extends Serializable
Interface for objects capable of building the bootstrap page.
  • Method Details

    • getBootstrapPage

      org.jsoup.nodes.Document getBootstrapPage(BootstrapHandler.BootstrapContext context)
      Creates the bootstrap page.
      Parameters:
      context - Context to build page for.
      Returns:
      A non-null Document with bootstrap page.