Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Moved server files to a server src folder (#9299) | Artur Signell | 2012-08-13 | 1 | -277/+0 |
| | |||||
* | Change the default to a two request bootstrap | Leif Åstrand | 2011-12-22 | 1 | -3/+3 |
| | | | | Add @EagerInit annotation to indicate that that no browser details are required, enabling a one request bootstrap. | ||||
* | RootRequiresMoreInformation -> RootRequiresMoreInformationException | Leif Åstrand | 2011-12-22 | 1 | -2/+2 |
| | |||||
* | Fix typo in public API | Leif Åstrand | 2011-12-20 | 1 | -2/+2 |
| | |||||
* | Ensure WebBrowser is updated and available from BrowserDetails (#8098) | Leif Åstrand | 2011-12-15 | 1 | -0/+9 |
| | |||||
* | #8052 Restore Portlet support | Leif Åstrand | 2011-12-14 | 1 | -8/+52 |
| | |||||
* | Refactor to use different WrappedRequests for Portal specific hacks | Leif Åstrand | 2011-12-14 | 1 | -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 Sara | 2011-12-13 | 1 | -1/+1 |
| | |||||
* | Corrected typo | Artur Signell | 2011-12-08 | 1 | -1/+1 |
| | |||||
* | Pass window.name back to the browser to help detecting browser refresh | Leif Åstrand | 2011-12-01 | 1 | -0/+8 |
| | |||||
* | Add a bunch of javadoc comments | Leif Åstrand | 2011-11-30 | 1 | -3/+136 |
| | |||||
* | Add Serializable interface missing from some classes | Leif Åstrand | 2011-11-29 | 1 | -2/+2 |
| | |||||
* | Initial support for lazy root creation | Leif Åstrand | 2011-11-25 | 1 | -0/+6 |
| | |||||
* | Move ajax page generation code to AjaxPageHandler | Leif Åstrand | 2011-11-22 | 1 | -0/+2 |
| | |||||
* | Make some interfaces extend Serializable | Leif Åstrand | 2011-11-18 | 1 | -1/+2 |
| | |||||
* | Add license to a bunch of files | Leif Åstrand | 2011-11-18 | 1 | -0/+4 |
| | |||||
* | Create wrapped requests and responses in service and handleRequest | Leif Åstrand | 2011-11-08 | 1 | -0/+2 |
| | |||||
* | Use WrappedRequest instead of CommunicationManager.Request | Leif Åstrand | 2011-11-08 | 1 | -0/+41 |
| | | | Move the WrappedRequest implementations to top level classes | ||||
* | Merge the functionality of the wrapped Session into WrappedRequest | Leif Åstrand | 2011-11-08 | 1 | -0/+6 |
| | |||||
* | Created and integrated a RequestHandler for application resources | Leif Åstrand | 2011-11-08 | 1 | -0/+2 |
| | |||||
* | Pass WrappedRequest to Application.getRoot | Leif Åstrand | 2011-11-04 | 1 | -16/+0 |
| | | | | Also removed some stuff from WrappedRequest to make it easier to get it working in all required places | ||||
* | Added initial support for RequestHandlers | Leif Åstrand | 2011-11-03 | 1 | -0/+26 |