aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/terminal/gwt/server/CommunicationManager.java
Commit message (Collapse)AuthorAgeFilesLines
* Moved server files to a server src folder (#9299)Artur Signell2012-08-131-122/+0
|
* Refactor Portlet URL handling based on Servlet URLs (#9168)Leif Åstrand2012-07-261-171/+0
|
* Merge remote branch 'origin/6.8'Leif Åstrand2012-07-261-6/+28
|\ | | | | | | | | Conflicts: src/com/vaadin/terminal/gwt/server/CommunicationManager.java
| * Fix typo preventing StreamVariable cleanup (#9171)Leif Åstrand2012-07-251-5/+27
| | | | | | | | svn changeset:24025/svn branch:6.8
* | Added rootId to stream variables URLs (#9034)Artur Signell2012-06-291-14/+19
| |
* | Add @JavaScript and @StyleSheet and remove @LoadScripts (#9044)Leif Åstrand2012-06-271-1/+2
| |
* | Moved connector tracking from Application to RootArtur Signell2012-06-211-9/+9
| | | | | | | | | | | | This should fix issues with connectors being detached and reattached and also make the connector map cleanup method unnecessary as long as AbstractConnect.attach and detach always are called (#8943)
* | Moved Connector -> Connector Id mapping to AbstractComponentArtur Signell2012-03-211-20/+29
| | | | | | | | | | Moved Connector Id -> Connector mapping to Application Moved dirty connector tracking to Root Removed adding of
* | Rename AjaxPageHandler -> BootstrapHandlerLeif Åstrand2011-12-221-5/+5
| |
* | Enable finding theme resources without a Callback instanceLeif Åstrand2011-12-201-0/+15
| |
* | Move initial UIDL generation out from AjaxPageHandlerLeif Åstrand2011-12-141-2/+5
| |
* | Move the initialization of AjaxPageHandler to avoid null pointersLeif Åstrand2011-12-141-53/+53
| |
* | #8052 Restore Portlet supportLeif Åstrand2011-12-141-0/+57
| |
* | Merge remote branch 'origin/6.8'Leif Åstrand2011-12-091-2/+2
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/com/vaadin/Application.java src/com/vaadin/data/Property.java src/com/vaadin/data/util/PropertyFormatter.java src/com/vaadin/terminal/ParameterHandler.java src/com/vaadin/terminal/URIHandler.java src/com/vaadin/terminal/gwt/client/HistoryImplIEVaadin.java src/com/vaadin/terminal/gwt/client/ui/layout/ChildComponentContainer.java src/com/vaadin/terminal/gwt/server/ApplicationPortlet.java src/com/vaadin/terminal/gwt/server/PortletApplicationContext.java src/com/vaadin/ui/Field.java src/com/vaadin/ui/LoginForm.java src/com/vaadin/ui/UriFragmentUtility.java
| * #7354 IT Mill -> Vaadin find and replaceArtur Signell2011-12-081-2/+2
| | | | | | | | svn changeset:22317/svn branch:6.7
* | Create wrapped requests and responses in service and handleRequestLeif Åstrand2011-11-081-75/+10
| |
* | Move servlet wrapper to AbstractApplicationServletLeif Åstrand2011-11-081-43/+7
| |
* | Extract WrappedHttpServletResponse to a separate classLeif Åstrand2011-11-081-46/+5
| |
* | Use WrappedResponse instead of AbstractCommunicationManager.ResponseLeif Åstrand2011-11-081-6/+9
| |
* | Use WrappedRequest instead of CommunicationManager.RequestLeif Åstrand2011-11-081-84/+16
| | | | | | Move the WrappedRequest implementations to top level classes
* | Merge the functionality of the wrapped Session into WrappedRequestLeif Åstrand2011-11-081-40/+12
| |
* | Created and integrated a RequestHandler for application resourcesLeif Åstrand2011-11-081-40/+39
| |
* | Pass WrappedRequest to Application.getRootLeif Åstrand2011-11-041-0/+4
| | | | | | | | Also removed some stuff from WrappedRequest to make it easier to get it working in all required places
* | Restored (completely untested) support for portlets using RootLeif Åstrand2011-11-021-5/+4
| |
* | Split Window to Root and WindowLeif Åstrand2011-11-011-7/+7
|/ | | | | Everything related to top level windows disabled in Window, introduced basic Root for top level windows and disabled everything that isn't required to get a simple hard coded example to run.
* merged #6772 related changes to 6.6Matti Tahvonen2011-04-071-3/+2
| | | | svn changeset:18161/svn branch:6.6
* #5741 : modified stream variables so that component developers can use the ↵Matti Tahvonen2010-11-111-12/+26
| | | | | | same post target several times without repaint. Bit more complex implementation, but on the other hand makes component developers job bit easier in some situations (eg. synchronizations, third party integrations). Still need to verify that this works at least in liferay and gatein portals. EasyUploads with flash multiple file upload fallback for IE will verify tomorrow. svn changeset:15971/svn branch:6.5
* method and class renames and cleaning up TODOsMatti Tahvonen2010-11-111-30/+30
| | | | svn changeset:15962/svn branch:6.5
* #5743, #5742, #5741, #4275 related refactoring. Renamed ↵Matti Tahvonen2010-11-031-18/+22
| | | | | | com.vaadin.terminal.Receiver (introduced earlier in this dev branch) to StreamVariable and combined ReceiverOwner methods to it. Resetted Upload.Receiver to 6.4 state, DD wrapper uses StreamVariable based API (breaking change, but very rare code atm) svn changeset:15849/svn branch:6.5
* Minor javadoc/comment fixes around upload functionality, removed extra semicolonHenri Sara2010-10-141-2/+2
| | | | svn changeset:15553/svn branch:6.5
* refactored handling of Receiver's lots of other upload related improvements. ↵Matti Tahvonen2010-10-081-22/+108
| | | | | | fixes #5743 (removed dependency to commons fileupload), #5742 (drag and drop file uploads in webkits), #5741 (Receiver is upload specific), #4271 (uploads in GateIn). Also improves API for receiving files with drag and drop (rejection, canceling, tracking of the actual streaming) and transfers files in serial in DDW. svn changeset:15461/svn branch:6.5
* Formatted using Eclipse Helios / Windows XPArtur Signell2010-08-161-3/+4
| | | | svn changeset:14496/svn branch:6.4
* #4188 PortletListener window parameter and #3921 limited GateIn supportHenri Sara2010-03-041-3/+9
| | | | svn changeset:11646/svn branch:6.3
* Merged [10686]-[10689] from 6.2Artur Signell2010-01-121-14/+14
| | | | svn changeset:10697/svn branch:6.3
* Portlet 2.0 partial review, some javadoc, removed debug printouts and minor ↵Henri Sara2009-11-241-11/+44
| | | | | | refactoring svn changeset:9965/svn branch:portlet_2.0
* CommunicationManager is no longer dependent on the Portlet API. The ↵Petter Holmström2009-11-031-1717/+138
| | | | | | refactored API seems to work using portlets, I have no idea whether it works using servlets. svn changeset:9601/svn branch:portlet_2.0
* Now the Calc application works on Liferay.Petter Holmström2009-11-031-0/+3
| | | | svn changeset:9600/svn branch:portlet_2.0
* The current implementation is able to run the Hello World example inside a ↵Petter Holmström2009-11-031-50/+270
| | | | | | portlet. Still lots of issues to iron out, though. svn changeset:9591/svn branch:portlet_2.0
* Merged with 6.2Petter Holmström2009-10-301-1/+13
| | | | svn changeset:9505/svn branch:portlet_2.0
* Fixes #3565: CommunicationManager is not serializableJouni Koivuviita2009-10-231-1/+1
| | | | | | * Added 'implements Serializable' to OpenWindowCache class svn changeset:9336/svn branch:6.2
* merged 2009-09-widget-packaging_3332 branch to 6.2Matti Tahvonen2009-10-061-14/+89
|\ | | | | | | svn changeset:9110/svn branch:6.2
| * cleans cache on some unclean reloadsMatti Tahvonen2009-09-281-1/+13
| | | | | | | | svn changeset:8956/svn branch:2009-09-widget-packaging_3332
| * steps toward simpler widgetset creation. Still needs a lot of cleaning and ↵Matti Tahvonen2009-09-251-13/+76
| | | | | | | | | | | | refining. svn changeset:8930/svn branch:2009-09-widget-packaging_3332
* | Implements security key w/o use of headers, fixes #3305Marc Englund2009-09-231-17/+26
|/ | | | svn changeset:8893/svn branch:6.2
* Merged: Fix for #3349 - NPE when mainwindow is not setArtur Signell2009-09-181-2/+5
| | | | svn changeset:8847/svn branch:6.2
* Fix for #3249 - Added null check Artur Signell2009-08-311-1/+1
| | | | svn changeset:8596/svn branch:6.1
* Window-close XHR moved to onbeforeunload, AbstractApplicationServlet and ↵Marc Englund2009-08-281-3/+5
| | | | | | CommunicationManager uses same logic to figure out Window name; fixes #3241 svn changeset:8581/svn branch:6.1
* Fix for #3096 - Analyze layouts does not check sub windowsArtur Signell2009-08-211-2/+15
| | | | svn changeset:8523/svn branch:6.1
* #3148 Remove reference to ApplicationServlet in CommunicationManager.Henri Sara2009-07-201-10/+13
| | | | svn changeset:8402/svn branch:6.0
* Fix for #3105 - Show "invalid security key" instead of "Session Expired" for ↵Artur Signell2009-07-061-1/+1
| | | | | | invalid security key svn changeset:8328/svn branch:6.0