Uses of Class
com.vaadin.flow.server.VaadinService
Packages that use VaadinService
Package
Description
-
Uses of VaadinService in com.vaadin.flow.component
Methods in com.vaadin.flow.component with parameters of type VaadinServiceModifier and TypeMethodDescriptionComponentUtil.getDependencies(VaadinService service, Class<? extends Component> componentClass) Gets the dependencies for the given class, defined using annotations (JavaScript,StyleSheetandUses). -
Uses of VaadinService in com.vaadin.flow.component.internal
Methods in com.vaadin.flow.component.internal with parameters of type VaadinService -
Uses of VaadinService in com.vaadin.flow.di
Methods in com.vaadin.flow.di with parameters of type VaadinServiceModifier and TypeMethodDescriptionInstantiatorFactory.createInstantitor(VaadinService service) Create anInstantiatorusing the providedservice.Constructors in com.vaadin.flow.di with parameters of type VaadinServiceModifierConstructorDescriptionDefaultInstantiator(VaadinService service) Creates a new instantiator for the given service. -
Uses of VaadinService in com.vaadin.flow.hotswap
Methods in com.vaadin.flow.hotswap that return VaadinServiceMethods in com.vaadin.flow.hotswap with parameters of type VaadinServiceModifier and TypeMethodDescriptionstatic voidHotswapper.forcePageReload(VaadinService vaadinService, boolean forceReload) Instructs theHotswapperif a full page reload should always be triggered instead of detecting the best UI refresh strategy.static booleanHotswapper.isForcedPageReload(VaadinService vaadinService) Gets whether a forced full page reload is triggered on class changes.default booleanVaadinHotswapper.onClassLoadEvent(VaadinService vaadinService, Set<Class<?>> classes, boolean redefined) Called by Vaadin hotswap entry point when one or more application classes have been updated.static Optional<Hotswapper>Hotswapper.register(VaadinService vaadinService) Register the hotwsapper entry point for the givenVaadinService.Constructors in com.vaadin.flow.hotswap with parameters of type VaadinServiceModifierConstructorDescriptionHotswapCompleteEvent(VaadinService vaadinService, Set<Class<?>> classes, boolean redefined) -
Uses of VaadinService in com.vaadin.flow.internal
Methods in com.vaadin.flow.internal with parameters of type VaadinServiceModifier and TypeMethodDescriptionstatic Optional<DevModeHandler>DevModeHandlerManager.getDevModeHandler(VaadinService service) Gets theDevModeHandler.BrowserLiveReloadAccess.getLiveReload(VaadinService service) Deprecated.Returns aBrowserLiveReloadinstance for the givenservice.default BrowserLiveReloadBrowserLiveReloadAccessor.getLiveReload(VaadinService service) Returns aBrowserLiveReloadinstance for the givenservice.static Optional<BrowserLiveReload>BrowserLiveReloadAccessor.getLiveReloadFromService(VaadinService service) Create aBrowserLiveReloadif factory available.booleanReflectionCacheHotswapper.onClassLoadEvent(VaadinService vaadinService, Set<Class<?>> classes, boolean redefined) -
Uses of VaadinService in com.vaadin.flow.router.internal
Methods in com.vaadin.flow.router.internal with parameters of type VaadinServiceModifier and TypeMethodDescriptionstatic voidRouteUtil.checkForClientRouteCollisions(VaadinService service, String... flowRouteTemplates) Checks the given array of Flow route templates for potential collisions with Hilla routes.static voidRouteUtil.checkForClientRouteCollisions(VaadinService service, List<RouteData> flowRoutes) Checks the given list of Flow routes for potential collisions with Hilla routes.booleanRouteRegistryHotswapper.onClassLoadEvent(VaadinService vaadinService, Set<Class<?>> classes, boolean redefined) Updates both application registry, to reflect provided class changes. -
Uses of VaadinService in com.vaadin.flow.server
Subclasses of VaadinService in com.vaadin.flow.serverMethods in com.vaadin.flow.server that return VaadinServiceModifier and TypeMethodDescriptionstatic VaadinServiceVaadinService.getCurrent()Gets the currently used Vaadin service.BootstrapHandler.BootstrapContext.getService()Gets the Vaadin service.SessionDestroyEvent.getService()Gets the Vaadin service from which the even originates.SessionInitEvent.getService()Gets the Vaadin service from which this event originates.SystemMessagesInfo.getService()Returns the service this SystemMessages request comes from.VaadinRequest.getService()Gets the vaadin service for the context of this request.VaadinResponse.getService()Gets the vaadin service for the context of this response.VaadinSession.getService()ServiceDestroyEvent.getSource()ServiceInitEvent.getSource()SessionDestroyEvent.getSource()SessionInitEvent.getSource()UIInitEvent.getSource()Methods in com.vaadin.flow.server with parameters of type VaadinServiceModifier and TypeMethodDescriptionvoidInlineTargets.addInlineDependency(Inline inline, VaadinService service) Inline contents from classpath file to head of initial page.StaticFileHandlerFactory.createHandler(VaadinService service) Creates a new instance ofStaticFileHandlerfor the givenservice.protected StaticFileHandlerVaadinServlet.createStaticFileHandler(VaadinService vaadinService) Creates a new instance ofStaticFileHandler, that is responsible to find and serve static resources.DependencyFilter.filter(List<Dependency> dependencies, VaadinService service) Filters the list of dependencies and returns a (possibly) updated version.protected static booleanVaadinSession.hasLock(VaadinService service, WrappedSession session) Checks if the current thread has exclusive access to the given WrappedSession.voidVaadinSession.refreshTransients(WrappedSession wrappedSession, VaadinService vaadinService) Refreshes the transient fields of the session to ensure they are up to date.static voidVaadinService.setCurrent(VaadinService service) Sets the given Vaadin service as the current service.protected static voidBootstrapHandler.setupPwa(org.jsoup.nodes.Document document, VaadinService service) Constructors in com.vaadin.flow.server with parameters of type VaadinServiceModifierConstructorDescriptionServiceDestroyEvent(VaadinService service) Creates a new event for the given service.ServiceInitEvent(VaadinService service) Creates a new service init event for a givenVaadinServiceand theRequestHandlerthat will be used by the service.SessionDestroyEvent(VaadinService service, VaadinSession session) Creates a new event.SessionInitEvent(VaadinService service, VaadinSession session, VaadinRequest request) Creates a new event.StaticFileServer(VaadinService vaadinService) Constructs a file server.SystemMessagesInfo(Locale locale, VaadinRequest request, VaadinService service) Creates an instance based on the given locale, request and service.UIInitEvent(UI ui, VaadinService service) Constructs a prototypical Event.VaadinSession(VaadinService service) Creates a new VaadinSession tied to a VaadinService. -
Uses of VaadinService in com.vaadin.flow.server.auth
Methods in com.vaadin.flow.server.auth with parameters of type VaadinServiceModifier and TypeMethodDescriptionNavigationAccessControl.createNavigationContext(Class<?> navigationTarget, String path, VaadinService vaadinService, VaadinRequest vaadinRequest) Creates a newNavigationContextinstance based on the given route data and Vaadin service and request.ViewAccessChecker.createNavigationContext(Class<?> navigationTarget, String path, VaadinService vaadinService, VaadinRequest vaadinRequest) Deprecated, for removal: This API element is subject to removal in a future version.Creates a newNavigationContextinstance based on the given route data and Vaadin service and request. -
Uses of VaadinService in com.vaadin.flow.server.communication
Methods in com.vaadin.flow.server.communication that return VaadinServiceModifier and TypeMethodDescriptionUidlWriter.ResolveContext.getService()Gets the related Vaadin service.Constructors in com.vaadin.flow.server.communication with parameters of type VaadinServiceModifierConstructorDescriptionResolveContext(VaadinService service, WebBrowser browser) Creates a new context. -
Uses of VaadinService in com.vaadin.flow.server.dau
Methods in com.vaadin.flow.server.dau with parameters of type VaadinServiceModifier and TypeMethodDescriptionstatic booleanDAUUtils.isDauEnabled(VaadinService service) Checks if Daily Active User integration is enabled for the application.static DAUUtils.EnforcementResultDAUUtils.trackDAU(VaadinService defaultVaadinService, jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response) Track DAU and check if enforcement should apply to the given request. -
Uses of VaadinService in com.vaadin.flow.server.frontend
Methods in com.vaadin.flow.server.frontend with parameters of type VaadinServiceModifier and TypeMethodDescriptionstatic InputStreamFrontendUtils.getFrontendFileFromDevModeHandler(VaadinService service, String path) Get the contents of a frontend file from the running dev server.static StringFrontendUtils.getIndexHtmlContent(VaadinService service) Gets the content of thefrontend/index.htmlfile which is served by vite in dev-mode and read from classpath in production mode.static StringFrontendUtils.getWebComponentHtmlContent(VaadinService service) Gets the content of thefrontend/web-component.htmlfile which is served by vite in dev-mode and read from classpath in production mode.