summaryrefslogtreecommitdiffstats
path: root/server/src
Commit message (Collapse)AuthorAgeFilesLines
...
* Make SessionDestroyListener SerializableJohannes Dahlström2012-11-211-1/+3
| | | | Change-Id: I27a0a67208f7d8ef7ec580836b85172772039d25
* Remove AddonContext (#10254)Leif Åstrand2012-11-216-268/+0
| | | | Change-Id: I12d3075a4808b004d7b891d1c4092131fa7cb1a2
* Merge "Implement HasComponents directly in CustomComponent (#10235)"Artur Signell2012-11-211-81/+15
|\
| * Implement HasComponents directly in CustomComponent (#10235)Henri Sara2012-11-211-81/+15
| | | | | | | | Change-Id: Ic39a14e8239e921a85437cfad67eac149b41a8d3
* | Merge "Implement HasComponents directly in PopupView (#10238)"Artur Signell2012-11-211-103/+16
|\ \
| * | Implement HasComponents directly in PopupView (#10238)Henri Sara2012-11-211-103/+16
| |/ | | | | | | Change-Id: If0bd9d3cf92c4f040e63f693da214aacac421168
* | Replaced ComponentErrorHandler with generic ErrorHandler (#10231)Artur Signell2012-11-2118-374/+334
| | | | | | | | | | | | | | | | | | | | | | | | * Replaced AbstractComponent ErrorHandler with ClientConnector level error handler. Now uses the same ErrorHandler as other parts of the framework. * Made error handling hierarchical so that the error handler of the connector where the error occured or its ancestors is used. Falls back to VaadinSession ErrorHandler. * Changed ErrorEvent to be a class as all other events in the framework * Renamed ErrorListener to ErrorHandler and DefaultErrorListener to DefaultErrorHandler for consistency * Unified error handling in AbstractCommunicationManager * Unified error handling in VaadinServlet and VaadinPortlet * Removed superfluous ErrorEvent implementations (#10232) Change-Id: Ied518e05209fe54685f4bebab0709b1cd5584fd1
* | Remove slashes from beginning or end of constants (#10140)Leif Åstrand2012-11-2110-18/+19
|/ | | | | | * Also rename the constants to cause compile errors in 3rd party code Change-Id: If96c9956de7737345ec9372be28292b3490387a2
* Update @deprecated messages in VaadinService related classes (#10229)Leif Åstrand2012-11-2111-42/+36
| | | | | | | Also remove deprecation of individual methods in the already deprecated LegacyApplication Change-Id: Iead36f52552dc492081690dddc018203dc21ccba
* Merge "Reomove DynamicConnectorResource (#10227)"Artur Signell2012-11-213-122/+13
|\
| * Reomove DynamicConnectorResource (#10227)Leif Åstrand2012-11-213-122/+13
| | | | | | | | Change-Id: I9e91f9d57e22d3df621a19e0250339d5d2763827
* | Global code cleanupLeif Åstrand2012-11-218-11/+10
|/ | | | Change-Id: I14f46e6aa4f9cbdd9037f1c4ad1ac38fe7cbda86
* Add shorthands for locking the session (#10225)Leif Åstrand2012-11-213-24/+72
| | | | Change-Id: Ic2f3843a48a6e26af848208e9495473853146fbe
* Merge "Rename DependencyResource to PublishedFile (#10224)"Leif Åstrand2012-11-216-56/+57
|\
| * Rename DependencyResource to PublishedFile (#10224)Leif Åstrand2012-11-216-56/+57
| | | | | | | | Change-Id: I18bd5fbaba7d443cab0626ddd477626995b5f16a
* | Renamed setBrowserWindowSize -> updateBrowserWindowSize (#10305)Artur Signell2012-11-212-2/+2
|/ | | | Change-Id: I630cdc0cf4cc83646d1dbe8513f81f5ddd6aa7d7
* Removed com.vaadin.server.Terminal (#10230)Artur Signell2012-11-2012-74/+71
| | | | | | Moved Terminal.ErrorEvent and Terminal.ErrorListener to com.vaadin.server Change-Id: I4ce67722b88abc38fd740c5980836b24e511a63b
* Added getState(boolean) to allow getState without side effects (#10006)Mikael Grankvist2012-11-202-7/+34
| | | | Change-Id: Idee529a8efc245da88192cd059c9e35165d1adad
* Moved isComponentVisible to separate interface (#10303)Artur Signell2012-11-2013-107/+84
| | | | | | HasComponents.isComponentVisible is now SelectiveRenderer.isRendered Change-Id: Ic3b9cd65278ffc2a38ee20c76ec771ee057268bf
* Merge "Added possibility to disable text input for PopupDateField (#6790)"Artur Signell2012-11-201-0/+31
|\
| * Added possibility to disable text input for PopupDateField (#6790)Mikael Grankvist2012-11-191-0/+31
| | | | | | | | Change-Id: I3275fce74c26b1409aa00505c06f459d1ae2e6ce
* | Add a bunch of methods to request, response and session wrappers (#9749)Leif Åstrand2012-11-208-36/+497
| | | | | | | | | | | | | | * Make VaadinPortletRequest extend PortletRequestWrapper to remove some boilerplate Change-Id: Ibfc0f18d85cf77e17de6d6ce561c44677958e3bd
* | Rename VaadinRequest.getRequestPathInfo() to getPathInfo() (#9749)Leif Åstrand2012-11-2010-17/+12
| | | | | | | | Change-Id: Ibf460de507b4eea156a794304476b547bf63291a
* | Renamed ComponentState to AbstractComponentState (#9032)Artur Signell2012-11-201-3/+3
| | | | | | | | Change-Id: Ida6e0cb7064580be36627fd735d79b82ee69356d
* | Use classloader also to find theme styles.scss (#10107)Artur Signell2012-11-201-0/+11
| | | | | | | | Change-Id: I4fb5790dc23e8c5cedfc2113158181abf646245e
* | When closeIdleUIs is true, close open UIs only after all UIs have been idle ↵Johannes Dahlström2012-11-208-73/+88
| | | | | | | | | | | | | | | | | | | | | | | | | | for longer than the session timeout * Rename closeIdleUIs to closeIdleSessions, isIdleUICleanupEnabled to isCloseIdleSessions (#10252) * Close the whole session at the same time as well * Move UI lastUidlRequestTime to VaadinSession lastRequestTimestamp (#10253) * Rename VaadinSession lastRequestTime to lastRequestDuration, totalSessionTime to cumulativeRequestDuration (#10253) * Rename UI lastHeartbeatTime to lastHeartbeatTimestamp * Show "Session Expired" notification when a heartbeat fails because of this Change-Id: If3d4bd9add9995f435c29812eec00b3a3a92a6e6
* | Return int instead of Integer (#10306)Artur Signell2012-11-201-2/+2
| | | | | | | | Change-Id: I125b95e357223fb671332fb42736c42725d136ad
* | Only process RPC invocation if there's a handler for it (#10134)Leif Åstrand2012-11-209-97/+75
| | | | | | | | | | | | | | | | | | * RpcManagers lookup by String instead of Class to avoid loading the class sent by the client * Some generics tightened to only accept ServerRpc instances * Remove RpcTarget as it is only supported for ClientConnector Change-Id: I264d58f373db7ea3258cbc28dfc0fa1ec952723d
* | Updated Panel, Window to use Component in constructors (#10300)Artur Signell2012-11-202-14/+11
| | | | | | | | | | | | * Updated javadoc to be consistent with how Panel and Window behave (#10289) Change-Id: I682d202e27b14d9695a8a6cd9eaff8a53fc6ae82
* | Removed deprecation as EventRouter will not be replaced for 7.0 (#10247)Artur Signell2012-11-203-21/+6
| | | | | | | | Change-Id: I14cc9c837bb966ff7ed5c396cedce0f6d75aaeb4
* | Changed SystemMessagesProvider parameter into object (#10226)Artur Signell2012-11-199-24/+85
|/ | | | Change-Id: I7ba22460ae5105e29b88b17bc3e3ac664e9ca980
* Read browser width and height from request in Page.init (#9073)Johannes Dahlström2012-11-192-6/+18
| | | | | | | * Also change default screen width and height in WebBrowser to -1 for consistency * Test for reading browser details in UI.init Change-Id: I24339fd3742857392e1fc768696eeb2fb5551a90
* Renamed VaadinServiceSession to VaadinSession (#10223)Artur Signell2012-11-1639-182/+170
| | | | Change-Id: Id7f367300c000aa47edc12084f4e9500502466c3
* Made it possible again to use Navigator with UI/Panel/Window (#10211)7.0.0.beta9Artur Signell2012-11-151-0/+59
| | | | Change-Id: I4b9c6c5eecb7b6d18e1ef7afcb38889bd7fec8aa
* Merge "Remove Window.addComponent() (#2924)"Artur Signell2012-11-142-47/+15
|\
| * Remove Window.addComponent() (#2924)Henri Sara2012-11-142-47/+15
| | | | | | | | Change-Id: Ida3269e3cce906fd4b55c5e1049b24e0ff383289
* | Merge "Updated Form to use hierarchy change event (#9923)"Johannes Dahlström2012-11-141-0/+14
|\ \
| * | Updated Form to use hierarchy change event (#9923)Artur Signell2012-11-141-0/+14
| |/ | | | | | | Change-Id: I33475b5445b4f4724d5af84206d22d0c8e71dad1
* | Merge "UI stylename handling (#9832)"Johannes Dahlström2012-11-141-5/+1
|\ \ | |/ |/|
| * UI stylename handling (#9832)Johannes Dahlström2012-11-141-5/+1
| | | | | | | | | | | | | | | | * Change VUI class name from v-view to v-ui * Use state.primaryStyleName so it can be changed * Remove useless v-app-VaadinServiceSession from bootstrap root div Change-Id: I67d3cb3efb5b4033416dcfcf7f39cbc71ac70cbc
* | Panel and Window based on AbstractSingleComponentContainer (#2924)Henri Sara2012-11-142-179/+26
|/ | | | Change-Id: I9eb1f40a02dcad0f756ad2518d86ef1c52aa69c2
* UI based on AbstractBasicComponentContainer (#2924)Henri Sara2012-11-137-377/+681
| | | | Change-Id: I1614a3464b8e7a0e9ecdd8c3a76335cdb85bdf87
* Merge "Renamed uri fragment methods in Page to use UriFragment instead of ↵Johannes Dahlström2012-11-132-58/+60
|\ | | | | | | Fragment (#10141)"
| * Renamed uri fragment methods in Page to use UriFragment instead of Fragment ↵Artur Signell2012-11-132-58/+60
| | | | | | | | | | | | (#10141) Change-Id: I1c5826a667e718ec147807889082d27392cf44e8
* | Run IE10 in IE9 compatibility mode for now (#10172)Artur Signell2012-11-131-1/+1
|/ | | | Change-Id: I66f77c67692092a203bb84ae152ba9ccbff4bda8
* Merge "Call ViewDisplay.showView before View.enter in Navigator.navigateTo ↵Henri Sara2012-11-131-3/+3
|\ | | | | | | (#10132)"
| * Call ViewDisplay.showView before View.enter in Navigator.navigateTo (#10132)Johannes Dahlström2012-11-121-3/+3
| | | | | | | | Change-Id: I48ecb305166557f1671bdd635c25f17b8f490297
* | (#9924) Moved hierarchy code and fixed popup view to not be a ↵Mikael Grankvist2012-11-131-49/+27
|/ | | | | | LegacyComponent anymore. Change-Id: I2d12b8876bee47030383cf4845efd49eaeee72ee
* Fix typoLeif Åstrand2012-11-091-3/+3
| | | | Change-Id: I52aaaa743f831d46d304ec4424b68e9f28bfdb30
* Rename DefaultDeploymentConfiguration.idleRootCleanupEnabled to ↵Johannes Dahlström2012-11-091-3/+3
| | | | | | idleUICleanupEnabled Change-Id: I618b23259b24436b985e226512a0fae3b380433b