Uses of Class
com.vaadin.flow.server.AppShellRegistry
-
Packages that use AppShellRegistry Package Description com.vaadin.flow.server -
-
Uses of AppShellRegistry in com.vaadin.flow.server
Methods in com.vaadin.flow.server that return AppShellRegistry Modifier and Type Method Description static AppShellRegistryAppShellRegistry. getInstance(VaadinContext context)Returns the instance of the registry, or create a new one if it does not exist yet.Constructors in com.vaadin.flow.server with parameters of type AppShellRegistry Constructor Description AppShellRegistryWrapper(AppShellRegistry registry)Construct a wraper for an app-shell registry.
-