aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/terminal/DeploymentConfiguration.java
Commit message (Collapse)AuthorAgeFilesLines
* Moved server files to a server src folder (#9299)Artur Signell2012-08-131-123/+0
|
* Rename VaadinContext -> AddonContext (#9273)Leif Åstrand2012-08-131-5/+5
|
* Use ServiceLoader to let add-ons register listeners (#9273)Leif Åstrand2012-08-091-0/+10
|
* Move common code to AbstractDeploymentConfiguration (#8574)Leif Åstrand2012-07-311-0/+9
|
* Support connector resources in portlets (#9059)Leif Åstrand2012-07-261-0/+18
|
* Remove classloader field to make Application serializable (#8644)Leif Åstrand2012-04-161-0/+9
| | | | The ClassLoader for loading Root instances is instead fetched using request.getDeploymentConfiguration().getClassLoader();
* #8052 Restore Portlet supportLeif Åstrand2011-12-141-0/+77