Class RouteUnifyingIndexHtmlRequestListener

java.lang.Object
com.vaadin.hilla.route.RouteUnifyingIndexHtmlRequestListener
All Implemented Interfaces:
com.vaadin.flow.server.communication.IndexHtmlRequestListener, Serializable, EventListener

public class RouteUnifyingIndexHtmlRequestListener extends Object implements com.vaadin.flow.server.communication.IndexHtmlRequestListener
Index HTML request listener for collecting the client side and the server side views and adding them to index.html response.
See Also:
  • Field Details

  • Constructor Details

    • RouteUnifyingIndexHtmlRequestListener

      public RouteUnifyingIndexHtmlRequestListener(ServerAndClientViewsProvider serverAndClientViewsProvider)
  • Method Details

    • modifyIndexHtmlResponse

      public void modifyIndexHtmlResponse(com.vaadin.flow.server.communication.IndexHtmlResponse response)
      Specified by:
      modifyIndexHtmlResponse in interface com.vaadin.flow.server.communication.IndexHtmlRequestListener