Package com.vaadin.mpr
Class MprUIProvider
java.lang.Object
com.vaadin.server.UIProvider
com.vaadin.mpr.core.AbstractMprUIProvider
com.vaadin.mpr.MprUIProvider
- All Implemented Interfaces:
Serializable
Manages
MprUI instances in the application. It uses the ui
request parameter as the key to store UI instances in the session, so it can
be accessed by Flow.- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionClass<? extends com.vaadin.ui.UI>getUIClass(com.vaadin.server.UIClassSelectionEvent event) Methods inherited from class com.vaadin.mpr.core.AbstractMprUIProvider
createInstance, getLegacyUI, getMprUIMethods inherited from class com.vaadin.server.UIProvider
getAnnotationFor, getPageTitle, getPushMode, getPushTransport, getTheme, getWidgetset, getWidgetsetInfo, isPreservedOnRefresh
-
Constructor Details
-
MprUIProvider
public MprUIProvider()
-
-
Method Details
-
getUIClass
- Overrides:
getUIClassin classAbstractMprUIProvider
-