com.vaadin.annotations.

Annotation Type VaadinServletConfiguration

    • Required Element Summary

      Required Elements
      Modifier and Type Required Element and Description
      boolean productionMode

      Whether Vaadin is in production mode.

      Class<? extends UI> ui

      Gets the default UI class to use for the servlet.

    • Optional Element Summary

      Optional Elements
      Modifier and Type Optional Element and Description
      boolean closeIdleSessions

      Whether a session should be closed when all its open UIs have been idle for longer than its configured maximum inactivity time.

      int heartbeatInterval

      The number of seconds between heartbeat requests of a UI, or a non-positive number if heartbeat is disabled.

      int resourceCacheTime

      The time resources can be cached in the browser, in seconds.

      String widgetset

      The default widgetset to use for the servlet.