aboutsummaryrefslogtreecommitdiffstats
path: root/server/src/com/vaadin/terminal/DeploymentConfiguration.java
Commit message (Collapse)AuthorAgeFilesLines
* Renamed com.vaadin.terminal -> com.vaadin.server (#9431)Artur Signell2012-08-291-188/+0
|
* Merge branch 'master' into root-cleanupJohannes Dahlström2012-08-271-6/+6
|\ | | | | | | | | | | | | | | | | Rename Root -> UI in root cleanup code Conflicts: client/src/com/vaadin/terminal/gwt/client/ApplicationConnection.java server/src/com/vaadin/terminal/gwt/server/BootstrapHandler.java server/src/com/vaadin/ui/UI.java
| * Renamed Root to UI, automatic rename (#8908)Artur Signell2012-08-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Automatic rename in Eclipse of the class Root to UI with all rename options enabled, rename also embedded "Root" in variable and method names. The following classes/methods were excluded in the rename: - BootstrapHandler.getApplicationCSSClassName() - ComponentLocator - ConnectorMap - ItemClickEvent - KeepAllItemsVisible - MenuBarTest - MenuBarTooltips - TreeTableTest - TreeWithIcons - Trees - VDebugConsole.printLayoutProblems()
* | Add support for heartbeat not extending session (#9266)Johannes Dahlström2012-08-241-2/+18
| |
* | Improved javadoc in (Abstract)DeploymentConfiguration (#9340)Johannes Dahlström2012-08-221-0/+8
| |
* | Improve documentation, disable cleanup if heartbeat interval nonpositive, ↵Johannes Dahlström2012-08-221-1/+2
| | | | | | | | change default heartbeat interval from 500 to 300, some logging on client side (#9265)
* | Add heartbeat interval to DeploymentConfiguration, include in bootstrap ↵Johannes Dahlström2012-08-211-0/+7
|/ | | | config (#9265)
* Merge branch 'master' into root-cleanupJohannes Dahlström2012-08-171-0/+21
| | | | | | | | Conflicts: server/src/com/vaadin/terminal/DeploymentConfiguration.java server/src/com/vaadin/terminal/gwt/server/AbstractApplicationPortlet.java server/src/com/vaadin/terminal/gwt/server/AbstractApplicationServlet.java server/src/com/vaadin/terminal/gwt/server/AbstractDeploymentConfiguration.java
* Replaced license place holder with actual license (#8955)Artur Signell2012-08-161-1/+13
|
* Moved server files to a server src folder (#9299)Artur Signell2012-08-131-0/+123