index
:
vaadin-framework.git
7-7-48-changelog
7.0
7.1
7.2
7.3
7.4
7.5
7.6
7.7
7.7.45-changelog
8.0
8.1
8.10
8.11
8.12
8.13
8.14
8.2
8.3
8.4
8.5
8.6
8.7
8.8
8.9
JS-RPC-docs-link-syntax
OlliTietavainenVaadin-patch-1
OlliTietavainenVaadin-patch-2
add-deprecation-warning-20241105
changelog-7.7.47-changes
changelog-8.27.1
changelog-8.27.2
changelog-8.27.3
changelog-8.27.4
changelog-8.27.6
changelog-8.28.1
chore-mention-8.14.4
chore-readme-8-14-4
context-menu
datefield-set-invalid-value
declarative
dependabot/maven/org.eclipse.jetty-jetty-server-10.0.14
dependabot/maven/org.eclipse.jetty-jetty-webapp-9.4.44.v20210927
dependabot/maven/org.eclipse.jgit-org.eclipse.jgit-3.5.3.201412180710-r
dependabot/maven/org.eclipse.jgit-org.eclipse.jgit-7.2.1.202505142326-r
dependabot/maven/org.hsqldb-hsqldb-2.7.1
documentation
documentation-7.6
downgrade-snapshot-version-20241105
exclude-element-screenshot
feature/atmosphere-pure-javascript
feature/bootstrap-annotation
feature/combobox-communication
feature/dalvik
feature/databinding
feature/dnd
feature/elements
feature/eventbus
feature/karaf-feature-file
feature/nullrepresentation
feature/standard-gwt
feature/standard-sass
feature/vaadin8
feature/vaadin8-book
feature/vaadin8-book-vol2
feature/vaadin8-sass-valo-only
fileToFilesReplacement
fix11576
fix_event_router_prototype
grid
grid_dnd_autoscroller
grid_dragger
issue/8307_select_using_collection
master
mobile_drag_image_offset
pr/11306
remote-run/flow-atmosphere-test
snapshot/7.5
snapshot/7.6
tmattsso-patch-1
update-minor-deps
vaadin-icons-3.0.1
wip-date-time-datatype
wip-java-10-compat
Vaadin 6, 7, 8 is a Java framework for modern Java web applications: https://github.com/vaadin/framework
www-data
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
com
/
vaadin
/
terminal
/
gwt
/
server
/
PortletCommunicationManager.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Moved server files to a server src folder (#9299)
Artur Signell
2012-08-13
1
-170
/
+0
*
Add an API for modifying the bootstrap page. (#9274)
Leif Åstrand
2012-08-09
1
-4
/
+5
*
Refactor Portlet URL handling based on Servlet URLs (#9168)
Leif Åstrand
2012-07-26
1
-139
/
+7
*
Added rootId to stream variables URLs (#9034)
Artur Signell
2012-06-29
1
-5
/
+14
*
Add @JavaScript and @StyleSheet and remove @LoadScripts (#9044)
Leif Åstrand
2012-06-27
1
-2
/
+2
*
Moved connector tracking from Application to Root
Artur Signell
2012-06-21
1
-3
/
+3
*
Fix for URL generation in browser details request (#8785)
Artur Signell
2012-05-14
1
-5
/
+21
*
Allow creation of stream variables in RenderRequests aswell (#8785)
Artur Signell
2012-05-13
1
-4
/
+24
*
Moved Connector -> Connector Id mapping to AbstractComponent
Artur Signell
2012-03-21
1
-18
/
+27
*
Rename AjaxPageHandler -> BootstrapHandler
Leif Åstrand
2011-12-22
1
-9
/
+9
*
Enable finding theme resources without a Callback instance
Leif Åstrand
2011-12-20
1
-0
/
+14
*
Fix more issues related to browserDetails requests in portlets (#8052)
Leif Åstrand
2011-12-20
1
-1
/
+1
*
Support the second bootstrap request in portlets (#8052)
Leif Åstrand
2011-12-19
1
-0
/
+16
*
Move initial UIDL generation out from AjaxPageHandler
Leif Åstrand
2011-12-14
1
-2
/
+5
*
Move the initialization of AjaxPageHandler to avoid null pointers
Leif Åstrand
2011-12-14
1
-95
/
+95
*
#8052 Restore Portlet support
Leif Åstrand
2011-12-14
1
-0
/
+105
*
Merge remote branch 'origin/6.8'
Leif Åstrand
2011-12-09
1
-1
/
+1
|
\
|
*
#7354 IT Mill -> Vaadin find and replace
Artur Signell
2011-12-08
1
-1
/
+1
*
|
Create wrapped requests and responses in service and handleRequest
Leif Åstrand
2011-11-08
1
-48
/
+15
*
|
Move PortletWrapper to AbstractApplicationPortlet
Leif Åstrand
2011-11-08
1
-42
/
+4
*
|
Extract WrappedPortletResponse to a separate class
Leif Åstrand
2011-11-08
1
-42
/
+5
*
|
Use WrappedResponse instead of AbstractCommunicationManager.Response
Leif Åstrand
2011-11-08
1
-7
/
+8
*
|
Use WrappedRequest instead of CommunicationManager.Request
Leif Åstrand
2011-11-08
1
-95
/
+11
*
|
Merge the functionality of the wrapped Session into WrappedRequest
Leif Åstrand
2011-11-08
1
-37
/
+13
*
|
Created and integrated a RequestHandler for application resources
Leif Åstrand
2011-11-08
1
-17
/
+32
*
|
Pass WrappedRequest to Application.getRoot
Leif Åstrand
2011-11-04
1
-0
/
+5
*
|
Restored (completely untested) support for portlets using Root
Leif Åstrand
2011-11-02
1
-302
/
+301
*
|
Split Window to Root and Window
Leif Åstrand
2011-11-01
1
-302
/
+302
|
/
*
#6037 - PortletApplicationContext on Liferay is not serializable because of a...
Artur Signell
2010-12-28
1
-1
/
+1
*
#5741 : modified stream variables so that component developers can use the s...
Matti Tahvonen
2010-11-11
1
-10
/
+19
*
method and class renames and cleaning up TODOs
Matti Tahvonen
2010-11-11
1
-10
/
+10
*
#5743, #5742, #5741, #4275 related refactoring. Renamed com.vaadin.terminal.R...
Matti Tahvonen
2010-11-03
1
-11
/
+11
*
refactored handling of Receiver's lots of other upload related improvements. ...
Matti Tahvonen
2010-10-08
1
-36
/
+59
*
Formatted using Eclipse Helios / Windows XP
Artur Signell
2010-08-16
1
-3
/
+4
*
Added missing @ITMillApache2LicenseForJavaFiles@
Artur Signell
2010-03-09
1
-0
/
+3
*
#4188 PortletListener window parameter and #3921 limited GateIn support
Henri Sara
2010-03-04
1
-3
/
+45
*
Merged portlet mode and windowing changes from 6.2. For #4143
Marc Englund
2010-02-12
1
-27
/
+0
*
Merged [10696]
Artur Signell
2010-01-12
1
-3
/
+3
*
#3918 Portlet 2.0 modes (edit, view, custom modes) and a sample portlet using...
Henri Sara
2010-01-04
1
-3
/
+31
*
Portlet 2.0 partial review, some javadoc, removed debug printouts and minor r...
Henri Sara
2009-11-24
1
-1
/
+1
*
Work in progress
Petter Holmström
2009-11-10
1
-3
/
+12
*
work in progress
Petter Holmström
2009-11-09
1
-0
/
+10
*
More refactorings, application resource downloads should now work on both ser...
Petter Holmström
2009-11-04
1
-3
/
+18
*
More refactorings.
Petter Holmström
2009-11-04
1
-1
/
+3
*
CommunicationManager is no longer dependent on the Portlet API. The refactore...
Petter Holmström
2009-11-03
1
-0
/
+190
*
The current implementation is able to run the Hello World example inside a po...
Petter Holmström
2009-11-03
1
-24
/
+0
*
WIP
Petter Holmström
2009-10-30
1
-0
/
+24