Uses of Class
com.vaadin.flow.server.PwaRegistry
Packages that use PwaRegistry
-
Uses of PwaRegistry in com.vaadin.flow.server
Methods in com.vaadin.flow.server that return PwaRegistryModifier and TypeMethodDescriptionstatic PwaRegistryPwaRegistry.getInstance(jakarta.servlet.ServletContext servletContext) Gets the pwa registry for the given servlet context.protected abstract PwaRegistryVaadinService.getPwaRegistry()protected PwaRegistryVaadinServletService.getPwaRegistry()Methods in com.vaadin.flow.server that return types with arguments of type PwaRegistryModifier and TypeMethodDescriptionprotected Optional<PwaRegistry>BootstrapHandler.BootstrapContext.getPwaRegistry()Gets a pwa registry instance.Methods in com.vaadin.flow.server with parameters of type PwaRegistry -
Uses of PwaRegistry in com.vaadin.flow.server.communication
Constructor parameters in com.vaadin.flow.server.communication with type arguments of type PwaRegistryModifierConstructorDescriptionPwaHandler(SerializableSupplier<PwaRegistry> pwaRegistryGetter) Creates PwaHandler fromPwaRegistrygetter.