aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/terminal/gwt/server/PortletApplicationContext2.java
Commit message (Expand)AuthorAgeFilesLines
* Moved server files to a server src folder (#9299)Artur Signell2012-08-131-398/+0
* Fix portlet code that was disabled before Root.open was restoredLeif Åstrand2012-07-261-6/+3
* Refactor Portlet URL handling based on Servlet URLs (#9168)Leif Åstrand2012-07-261-23/+0
* Add Java 6 @Override annotations to all methods from interfacesLeif Åstrand2012-07-231-0/+1
* Merge commit '17c14'Johannes Dahlström2012-06-121-8/+9
|\
| * #8297 Do not use static logger instancesHenri Sara2012-06-051-8/+9
* | Merge remote branch 'origin/6.8'Leif Åstrand2011-12-091-1/+1
|\|
| * #7354 IT Mill -> Vaadin find and replaceArtur Signell2011-12-081-1/+1
* | Restored (completely untested) support for portlets using RootLeif Åstrand2011-11-021-415/+419
* | Split Window to Root and WindowLeif Åstrand2011-11-011-415/+415
|/
* Merged changes from 6.6 to 6.7Henri Sara2011-08-241-2/+10
|\
| * #7461 more robust fetching of portlet application context - fixes redeploymen...Henri Sara2011-08-241-2/+10
* | #5488 Link: Error when trying to use a link to a file with a percent in the f...Leif Åstrand2011-08-231-1/+2
|/
* #6871 Make it possible to provide a custom CommunicationManager for portletsArtur Signell2011-04-211-1/+6
* #6037 portlet context was not serializable because of a non-transient portlet...Henri Sara2010-11-231-1/+1
* #5715 server-side logging: some changes to the used log levelsHenri Sara2010-10-251-1/+1
* This is the implementation of the server-side logging featureJonatan Kronqvist2010-10-121-5/+14
* refactored handling of Receiver's lots of other upload related improvements. ...Matti Tahvonen2010-10-081-0/+1
* Formatted using Eclipse Helios / Windows XPArtur Signell2010-08-161-3/+1
* #3988 add getPortletConfig() to PortletApplicationContext2, allows getting po...Henri Sara2010-07-071-0/+10
* Added missing @ITMillApache2LicenseForJavaFiles@Artur Signell2010-03-091-0/+3
* #4188 PortletListener window parameter and #3921 limited GateIn supportHenri Sara2010-03-041-13/+13
* Merged [10696]Artur Signell2010-01-121-20/+20
* #3918 Portlet 2.0 modes (edit, view, custom modes) and a sample portlet using...Henri Sara2010-01-041-0/+29
* #3117 initial JSR-286 shared portlet parameter support and exampleHenri Sara2009-12-021-4/+61
* #3117 inter-portlet event support (JSR-286), some support for custom portlet ...Henri Sara2009-12-011-13/+102
* Refactoring in Portlet 2.0 supportHenri Sara2009-11-301-111/+43
* Minor corrections for Portlet 2.0 and some javadocHenri Sara2009-11-261-3/+4
* #3117 Minor cleanup and fixes in Portlet 2.0 supportHenri Sara2009-11-261-9/+10
* Minor refactoring: split out common nested class RestrictedRenderResponse fro...Henri Sara2009-11-251-132/+0
* Merge from 6.2 and applied #3732 fix to PortletApplicationContext2Henri Sara2009-11-241-1/+2
* Added some code to make it easier to port Portlet 1.0 apps to 2.0.Petter Holmström2009-11-161-0/+218
* CommunicationManager is no longer dependent on the Portlet API. The refactore...Petter Holmström2009-11-031-4/+4
* The current implementation is able to run the Hello World example inside a po...Petter Holmström2009-11-031-5/+4
* Work-In-ProgressPetter Holmström2009-10-301-5/+0
* WIPPetter Holmström2009-10-301-1/+36
* Added application context for portlet 2.0 applications.Petter Holmström2009-10-301-0/+158