diff options
author | Artur Signell <artur@vaadin.com> | 2013-03-27 14:57:50 +0200 |
---|---|---|
committer | Vaadin Code Review <review@vaadin.com> | 2013-04-03 13:01:43 +0000 |
commit | 3c479dd00b24acad23e7c97e7283e31299d771d1 (patch) | |
tree | 436156b439ae7952829bec24a247e486ac8ac107 /uitest | |
parent | ad290f8c65057bdef33ec73cb49a8c6d10b9e356 (diff) | |
download | vaadin-framework-3c479dd00b24acad23e7c97e7283e31299d771d1.tar.gz vaadin-framework-3c479dd00b24acad23e7c97e7283e31299d771d1.zip |
Refactored how all requests are handled by VaadinServlet and VaadinPortlet (#11192)
* Handling is now based on a list of RequestHandlers in VaadinService
* Request handling logic has been moved to VaadinService
* Users can customize the list by adding own (service level) request handlers
* For users specific request handlers you can still use the request handlers in VaadinSession
* Deprecated RequestType - all handlers are given the opportunity to handle a request until one of them chooses to handle it. RequestType makes no sense as it does not tell which handler will handle the request.
* Removed serveStaticResource which has never been used
Change-Id: Ia7d088535e46430ca8adf631d3f1dd944b9d51e2
Diffstat (limited to 'uitest')
0 files changed, 0 insertions, 0 deletions