Class JmixVaadinServletService.JmixUidlRequestHandler

java.lang.Object
com.vaadin.server.SynchronizedRequestHandler
com.vaadin.server.communication.UidlRequestHandler
io.jmix.ui.sys.vaadin.JmixVaadinServletService.JmixUidlRequestHandler
All Implemented Interfaces:
com.vaadin.server.RequestHandler, com.vaadin.server.SessionExpiredHandler, Serializable
Enclosing class:
JmixVaadinServletService

protected static class JmixVaadinServletService.JmixUidlRequestHandler extends com.vaadin.server.communication.UidlRequestHandler
See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected final org.springframework.core.env.Environment
     
    protected final WebJarResourceResolver
     
    protected final javax.servlet.ServletContext
     

    Fields inherited from class com.vaadin.server.communication.UidlRequestHandler

    UIDL_PATH
  • Constructor Summary

    Constructors
    Constructor
    Description
    JmixUidlRequestHandler(javax.servlet.ServletContext servletContext, WebJarResourceResolver resolver, org.springframework.core.env.Environment environment)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected com.vaadin.server.communication.UidlWriter
     

    Methods inherited from class com.vaadin.server.communication.UidlRequestHandler

    canHandleRequest, closeJsonMessage, createRpcHandler, handleSessionExpired, openJsonMessage, synchronizedHandleRequest

    Methods inherited from class com.vaadin.server.SynchronizedRequestHandler

    handleRequest

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface com.vaadin.server.RequestHandler

    handleRequest
  • Field Details

    • servletContext

      protected final javax.servlet.ServletContext servletContext
    • resolver

      protected final WebJarResourceResolver resolver
    • environment

      protected final org.springframework.core.env.Environment environment
  • Constructor Details

    • JmixUidlRequestHandler

      public JmixUidlRequestHandler(javax.servlet.ServletContext servletContext, WebJarResourceResolver resolver, org.springframework.core.env.Environment environment)
  • Method Details

    • createUidlWriter

      protected com.vaadin.server.communication.UidlWriter createUidlWriter()
      Overrides:
      createUidlWriter in class com.vaadin.server.communication.UidlRequestHandler