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.
|
DeploymentConfiguration.LegacyProperyToStringMode |
legacyPropertyToStringMode() |
Deprecated.
|
boolean |
productionMode() |
Whether Vaadin is in production mode.
|
int |
resourceCacheTime() |
The time resources can be cached in the browser, in seconds.
|
Class<? extends UI> |
ui() |
Gets the default UI class to use for the servlet.
|
String |
widgetset() |
The default widgetset to use for the servlet.
|