summaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/terminal/gwt/server/WrappedHttpServletRequest.java
Commit message (Expand)AuthorAgeFilesLines
* Moved server files to a server src folder (#9299)Artur Signell2012-08-131-118/+0
* Add Java 6 @Override annotations to all methods from interfacesLeif Åstrand2012-07-231-0/+9
* Rename setCurrentXyz() to setCurrent() (#9029)Leif Åstrand2012-06-251-1/+1
* #8164 Make WrappedHttpServletRequest extend HttpServletRequestWrapperLeif Åstrand2012-01-061-57/+9
* Initial unsupported-browser-warning-page for #7985Marc Englund2011-12-211-2/+16
* #8052 Restore Portlet supportLeif Åstrand2011-12-141-21/+48
* Refactor to use different WrappedRequests for Portal specific hacksLeif Åstrand2011-12-141-4/+17
* Update old license headersHenri Sara2011-12-131-1/+1
* Initial support for lazy root creationLeif Åstrand2011-11-251-0/+5
* Move ajax page generation code to AjaxPageHandlerLeif Åstrand2011-11-221-0/+4
* Initial migration of ajax page generation to a RequestHandler (#7888)Leif Åstrand2011-11-221-0/+4
* Add license to a bunch of filesLeif Åstrand2011-11-181-0/+4
* Create wrapped requests and responses in service and handleRequestLeif Åstrand2011-11-081-0/+4
* Use WrappedRequest instead of CommunicationManager.RequestLeif Åstrand2011-11-081-0/+82
* Remove wrapped request and response as existing classes are usedLeif Åstrand2011-11-081-71/+0
* Added initial support for RequestHandlersLeif Åstrand2011-11-031-0/+71