aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/terminal/gwt/server/WrappedHttpServletRequest.java
Commit message (Collapse)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
| | | | | | | Clean up some of the code as WrappedHttpServletRequest can directly be used as a HttpServletRequest Similar changes for WrappedHttpServletResponse
* Initial unsupported-browser-warning-page for #7985Marc Englund2011-12-211-2/+16
| | | | | Includes support for checking isChromeFrame and isChromeFrameCapable. Warning page can be bypassed with cookie. Works, but needs more thought, and it seems the (V)BrowserDetails and WebBrowser mess should be simplified somehow.
* #8052 Restore Portlet supportLeif Åstrand2011-12-141-21/+48
|
* Refactor to use different WrappedRequests for Portal specific hacksLeif Åstrand2011-12-141-4/+17
| | | | | Also move the code for updating WebBrowser to that class instead of the duplicated code for Servlet and Portlet.
* 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
| | | Move the WrappedRequest implementations to top level classes
* 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