Uses of Class
com.vaadin.flow.server.VaadinServletContext
Packages that use VaadinServletContext
-
Uses of VaadinServletContext in com.vaadin.copilot
Methods in com.vaadin.copilot with parameters of type VaadinServletContextModifier and TypeMethodDescriptionstatic Class<?>SpringBridge.getApplicationClass(VaadinServletContext context) Returns the Spring Boot application class of the given context.static Class<?>SpringIntegration.getApplicationClass(VaadinServletContext context) Returns the Spring Boot application class of the given context.static StringSpringBridge.getPropertyValue(VaadinServletContext context, String property) Returns the value of the given property from the Spring environment of the given context.static StringSpringIntegration.getPropertyValue(VaadinServletContext context, String property) Returns the value of the given property from the Spring environment of the given context.static booleanCopilotStatus.isEnabled(VaadinServletContext context) static booleanSpringBridge.isViewSecurityEnabled(VaadinServletContext context) Returns whether Spring Security is enabled in the given context.static BooleanSpringIntegration.isViewSecurityEnabled(VaadinServletContext context) Returns whether Spring Security is enabled in the given context SeeSpringBridgeConstructors in com.vaadin.copilot with parameters of type VaadinServletContextModifierConstructorDescriptionApplicationInitializer(ProjectManager projectManager, VaadinServletContext context) Creates a new instance of the initializerRouteHandler(ProjectManager projectManager, VaadinServletContext context) Creates a new route handler.