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 voidVsCodeUtil.addHotswapAgentLaunchConfiguration(File projectFolder, File javaExecutable, VaadinServletContext vaadinServletContext) Creates a launch configuration for Hotswap Agent in VS Code for the given project.static 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 List<SpringBridge.EndpointInfo>SpringBridge.getEndpoints(VaadinServletContext context) Gets a list of all endpoints / browser callables in the application.static List<SpringBridge.EndpointInfo>SpringIntegration.getEndpoints(VaadinServletContext 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 StringSpringBridge.getUrlPrefix(VaadinServletContext context) Gets the prefix used for all route paths in the applicationstatic 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.UiServiceHandler(ProjectManager projectManager, VaadinServletContext context) Creates a new endpoint handler.