Package com.vaadin.mpr.core


package com.vaadin.mpr.core
  • Class
    Description
    Server side message handling class that handles server side message communication for legacy components.
    A wrapper that allows adding legacy components into Flow layouts.
    MPR helper class that makes it easier to handle how a legacy Navigator coexists with Flow routing.
    AbstractMprRouteAdapter<T extends com.vaadin.navigator.View>
    Simple route adapter that wraps a FW View so it can be used as a Flow NavigationTarget using Route without any Navigator involvement.
    Base legacy VaadinServlet that creates a MprServletService.
    MPR UI instance that delegates some method calls between Flow UI and the legacy UI.
    Component container used as UI content in MprUI.
    Manages AbstractMprUI instances in the application.
    This is a fake Navigator for the view change source as the source can not be null, but we don't have a navigator available.
    A component to which the user can add and remove child legacy components.
    A facade type of interface to hide the differences of the v7 and v8 CurrentInstance implementation.
    Annotation for defining a custom Legacy Vaadin UI for the application to use.
    MPR extension of Navigator so we can handle navigation between legacy Navigator and Flow Router.
    Mpr push configuration that delegates blocks configuration of push throuhg the Legacy UI instance.
    PushConnection MPR adapter.
    Wrapper for legacy VaadinServletRequest, created by the AbstractMprServlet.
    ServiceInitListener responsible for setting attributes to the ServletContext needed by the multiplatform runtime.
    Legacy VaadinServletService that does the bridge between legacy sessions and Flow sessions, in order to make session locks work across platforms.
    Legacy VaadinSession that delegates logic to Flow's VaadinSession when applicable.
    Annotation for setting the theme to use with the legacy framework.
    UIInitHandler responsible for setting the current instances of UI, VaadinSession, VaadinService, VaadinRequest and VaadinResponse during the initialization of legacy UIs.
    Annotation for setting the widgetset to use with the legacy framework.
    Spring Boot configuration file that will configure the MprServlet when running application using Spring Boot.