summaryrefslogtreecommitdiffstats
path: root/server/src/com/vaadin/terminal/WrappedRequest.java
Commit message (Collapse)AuthorAgeFilesLines
* Renamed com.vaadin.terminal -> com.vaadin.server (#9431)Artur Signell2012-08-291-290/+0
|
* Remaining Root -> UI renames (#8908)Artur Signell2012-08-241-2/+3
|
* Rename Root related classes and package to UI (#8908)Artur Signell2012-08-241-2/+2
| | | | | | | | | | Automatic renames in Eclipse of: - package com.vaadin.terminal.gwt.client.ui.root to .UI - RootConnector to UIConnector - RootServerRpc to UIServerRpc - RootState to UIState - VRoot to VUI - RootRequiresMoreInformationException to UIRequiresMoreInformationException
* Renamed Root to UI, automatic rename (#8908)Artur Signell2012-08-241-2/+2
| | | | | | | | | | | | | | | | | | | 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()
* 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/+277