Interface IndexHtmlGenerator

All Known Implementing Classes:
DevelopmentIndexHtmlGenerator, ProductionIndexHtmlGenerator

public interface IndexHtmlGenerator
Implementations provide HTML content for an "index.html" file. This file will be served to browser clients.
  • Method Summary

    Modifier and Type
    Method
    Description
    get(javax.ws.rs.core.MultivaluedMap<String,String> headers)
    Get the HTML content.
  • Method Details

    • get

      String get(javax.ws.rs.core.MultivaluedMap<String,String> headers)
      Get the HTML content.
      Parameters:
      headers - the HTTP request headers of the web request
      Returns:
      the HTML string