Class MprUIInitHandler

java.lang.Object
com.vaadin.server.SynchronizedRequestHandler
com.vaadin.server.communication.UIInitHandler
com.vaadin.server.communication.ServletUIInitHandler
com.vaadin.mpr.core.MprUIInitHandler
All Implemented Interfaces:
com.vaadin.server.RequestHandler, Serializable

public class MprUIInitHandler extends com.vaadin.server.communication.ServletUIInitHandler
UIInitHandler responsible for setting the current instances of UI, VaadinSession, VaadinService, VaadinRequest and VaadinResponse during the initialization of legacy UIs.
See Also:
  • Nested Class Summary

    Nested classes/interfaces inherited from class com.vaadin.server.SynchronizedRequestHandler

    com.vaadin.server.SynchronizedRequestHandler.ResponseWriter
  • Field Summary

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

    BROWSER_DETAILS_PARAMETER

    Fields inherited from class com.vaadin.server.SynchronizedRequestHandler

    MAX_BUFFER_SIZE
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    synchronizedHandleRequest(com.vaadin.server.VaadinSession session, com.vaadin.server.VaadinRequest request, com.vaadin.server.VaadinResponse response)
     

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

    isInitRequest, isUIInitRequest

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

    canHandleRequest, getEmbedId, getInitialUidl

    Methods inherited from class com.vaadin.server.SynchronizedRequestHandler

    getRequestBody, handleRequest, isReadAndWriteOutsideSessionLock, synchronizedHandleRequest

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • MprUIInitHandler

      public MprUIInitHandler()
  • Method Details

    • synchronizedHandleRequest

      public boolean synchronizedHandleRequest(com.vaadin.server.VaadinSession session, com.vaadin.server.VaadinRequest request, com.vaadin.server.VaadinResponse response) throws IOException
      Overrides:
      synchronizedHandleRequest in class com.vaadin.server.communication.UIInitHandler
      Throws:
      IOException