aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/terminal/WrappedRequest.java
Commit message (Collapse)AuthorAgeFilesLines
* Moved server files to a server src folder (#9299)Artur Signell2012-08-131-277/+0
|
* Change the default to a two request bootstrapLeif Åstrand2011-12-221-3/+3
| | | | Add @EagerInit annotation to indicate that that no browser details are required, enabling a one request bootstrap.
* RootRequiresMoreInformation -> RootRequiresMoreInformationExceptionLeif Åstrand2011-12-221-2/+2
|
* Fix typo in public APILeif Åstrand2011-12-201-2/+2
|
* Ensure WebBrowser is updated and available from BrowserDetails (#8098)Leif Åstrand2011-12-151-0/+9
|
* #8052 Restore Portlet supportLeif Åstrand2011-12-141-8/+52
|
* Refactor to use different WrappedRequests for Portal specific hacksLeif Åstrand2011-12-141-0/+9
| | | | | Also move the code for updating WebBrowser to that class instead of the duplicated code for Servlet and Portlet.
* Update license header in one more source file.Henri Sara2011-12-131-1/+1
|
* Corrected typoArtur Signell2011-12-081-1/+1
|
* Pass window.name back to the browser to help detecting browser refreshLeif Åstrand2011-12-011-0/+8
|
* Add a bunch of javadoc commentsLeif Åstrand2011-11-301-3/+136
|
* Add Serializable interface missing from some classesLeif Åstrand2011-11-291-2/+2
|
* Initial support for lazy root creationLeif Åstrand2011-11-251-0/+6
|
* Move ajax page generation code to AjaxPageHandlerLeif Åstrand2011-11-221-0/+2
|
* Make some interfaces extend SerializableLeif Åstrand2011-11-181-1/+2
|
* 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/+2
|
* Use WrappedRequest instead of CommunicationManager.RequestLeif Åstrand2011-11-081-0/+41
| | | Move the WrappedRequest implementations to top level classes
* Merge the functionality of the wrapped Session into WrappedRequestLeif Åstrand2011-11-081-0/+6
|
* Created and integrated a RequestHandler for application resourcesLeif Åstrand2011-11-081-0/+2
|
* Pass WrappedRequest to Application.getRootLeif Åstrand2011-11-041-16/+0
| | | | Also removed some stuff from WrappedRequest to make it easier to get it working in all required places
* Added initial support for RequestHandlersLeif Åstrand2011-11-031-0/+26