public final class UIBuilderSpringVaadinServletService
extends com.vaadin.flow.spring.SpringVaadinServletService
| Constructor and Description |
|---|
UIBuilderSpringVaadinServletService(com.vaadin.flow.server.VaadinServlet servlet,
com.vaadin.flow.function.DeploymentConfiguration deploymentConfiguration,
org.springframework.context.ApplicationContext context,
@Nullable StaticContentDescription staticContentDescription,
io.devbench.uibuilder.spring.ErrorHandlerRegistrator errorHandlerRegistrator)
Creates an instance connected to the given servlet and using the given
configuration with provided application
context. |
| Modifier and Type | Method and Description |
|---|---|
protected List<com.vaadin.flow.server.RequestHandler> |
createRequestHandlers() |
URL |
getStaticResource(String path) |
createVaadinSession, getResource, getResourceAsStream, loadInstantiatorsconstructVaadinContext, getContextRootRelativePath, getCurrentResponse, getCurrentServletRequest, getMainDivId, getMimeType, getPwaRegistry, getResourceInServletContextOrWebJar, getRouteRegistry, getServiceName, getServlet, getThemedUrl, requestCanCreateSession, resolveResourceaccessSession, addServiceDestroyListener, addSessionDestroyListener, addSessionInitListener, addUIInitListener, closeSession, createCriticalNotificationJSON, createInstantiator, createSessionExpiredJSON, createUINotFoundJSON, destroy, ensureAccessQueuePurged, ensurePushAvailable, findUI, findVaadinSession, fireSessionDestroy, fireUIInitListeners, getClassLoader, getContext, getCurrent, getCurrentRequest, getDependencyFilters, getDeploymentConfiguration, getExistingSession, getHtmlImportDependencyCache, getInstantiator, getRequestHandlers, getRouter, getSessionAttributeName, getSessionLock, getSystemMessages, getSystemMessagesProvider, handleRequest, handleSessionExpired, init, isAtmosphereAvailable, isCsrfTokenValid, isOtherSessionLocked, isResourceAvailable, isUIActive, loadSession, lockSession, modifyBootstrapPage, readFromHttpSession, reinitializeSession, removeFromHttpSession, removeSession, requestEnd, requestStart, runPendingAccessTasks, setClassLoader, setCurrent, setCurrentInstances, setDefaultClassLoader, setSystemMessagesProvider, storeSession, unlockSession, verifyNoOtherSessionLocked, writeStringResponse, writeToHttpSession, writeUncachedStringResponsepublic UIBuilderSpringVaadinServletService(com.vaadin.flow.server.VaadinServlet servlet,
com.vaadin.flow.function.DeploymentConfiguration deploymentConfiguration,
org.springframework.context.ApplicationContext context,
@Nullable
@Nullable StaticContentDescription staticContentDescription,
io.devbench.uibuilder.spring.ErrorHandlerRegistrator errorHandlerRegistrator)
context.servlet - the servlet which receives requestsdeploymentConfiguration - the configuration to usecontext - staticContentDescription - protected List<com.vaadin.flow.server.RequestHandler> createRequestHandlers() throws com.vaadin.flow.server.ServiceException
createRequestHandlers in class com.vaadin.flow.server.VaadinServletServicecom.vaadin.flow.server.ServiceExceptionCopyright © 2018–2020. All rights reserved.