aboutsummaryrefslogtreecommitdiffstats
path: root/server/src/com/vaadin/ui/AbstractMedia.java
Commit message (Collapse)AuthorAgeFilesLines
* Always unlock the same session instance that was locked (#12481)Leif Åstrand2013-08-301-2/+4
| | | | Change-Id: I15ff1177d827bc8fee9f8f723f9a288b0c3aea71
* Fixed locking in RequestHandlers and documented that RequestHandlers are ↵Artur Signell2013-04-021-5/+15
| | | | | | | | | | called without locking (#9945) * Added SynchronizedRequestHandler which locks the session for the whole request * Made request handlers which do not do do heavy IO implement SynchronizedRequestHandler * Fixed locking for GlobalResourceHandler, ConnectorResourceHandler, PublishedFileHandler Change-Id: I0e7b442a9392828f1930685f194dc4f898d0f525
* (#10563) Logging now uses parameters.Mikael Grankvist2013-02-281-3/+4
| | | | Change-Id: Icc807cc2eb391fb0118800383fc93d1e23b04570
* Updated copyright notices and added missing license headersArtur Signell2013-01-041-1/+1
| | | | Change-Id: I419ce4581d1a8b84d4236a85a1333d23f3423b2e
* Rename WrappedXYZ -> VaadinXYZ but retain WrappedSession (#9633)Leif Åstrand2012-09-201-4/+4
|
* More state getter removalJohn Ahlroos2012-08-311-16/+16
|
* Refactor to enable implementing #7545 without changing the APILeif Åstrand2012-08-301-1/+1
|
* Replace ApplicationResource with ConnectorResource (#9419)Leif Åstrand2012-08-301-1/+40
|
* Merged com.vaadin.terminal.gwt.server into com.vaadin.server (#9431)Artur Signell2012-08-291-1/+1
|
* Renamed com.vaadin.terminal -> com.vaadin.server (#9431)Artur Signell2012-08-291-1/+1
|
* Handle requestRepaint automatically (#9325)Leif Åstrand2012-08-231-6/+0
|
* Make the (server-side) getState method protected (#9315)Leif Åstrand2012-08-221-1/+1
|
* 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/+196