Uses of Class
com.vaadin.browserless.BrowserlessApplicationContext
Packages that use BrowserlessApplicationContext
-
Uses of BrowserlessApplicationContext in com.vaadin.browserless
Subclasses of BrowserlessApplicationContext in com.vaadin.browserlessModifier and TypeClassDescriptionclassCredential-aware application context.Methods in com.vaadin.browserless that return BrowserlessApplicationContextModifier and TypeMethodDescriptionBrowserlessApplicationContext.Builder.build()Builds the application context.Creates a plain Java application context, scanning the packages of the given classes for@Route-annotated views.Creates a plain Java application context, scanning the given packages for@Route-annotated views.BrowserlessApplicationContext.create(UnaryOperator<BrowserlessApplicationContext.Builder> configurer) Creates a plain Java application context, applying the given configurer to a fresh builder beforebuildingit.SpringBrowserlessApplicationContext.create(org.springframework.context.ApplicationContext applicationContext, Class<?>... viewPackageClasses) Creates an unsecured Spring-integrated application context that scans the packages of the given classes for@Route-annotated views.SpringBrowserlessApplicationContext.create(org.springframework.context.ApplicationContext applicationContext, String... viewPackages) Creates an unsecured Spring-integrated application context that scans the given packages for@Route-annotated views.SpringBrowserlessApplicationContext.create(org.springframework.context.ApplicationContext applicationContext, UnaryOperator<BrowserlessApplicationContext.Builder> configurer) Creates an unsecured Spring-integrated application context, applying the given configurer to the pre-wired builder before building it. -
Uses of BrowserlessApplicationContext in com.vaadin.browserless.quarkus
Methods in com.vaadin.browserless.quarkus that return BrowserlessApplicationContextModifier and TypeMethodDescriptionCreates an unsecured Quarkus-integrated application context that scans the packages of the given classes for@Route-annotated views.Creates an unsecured Quarkus-integrated application context that scans the given packages for@Route-annotated views.QuarkusBrowserlessApplicationContext.create(UnaryOperator<BrowserlessApplicationContext.Builder> configurer) Creates an unsecured Quarkus-integrated application context, applying the given configurer to the pre-wired builder before building it.