summaryrefslogtreecommitdiffstats
path: root/server/src
Commit message (Expand)AuthorAgeFilesLines
* Only use UI from web.xml for requests without additional path (#9722)Leif Åstrand2012-09-242-1/+10
* Clarify getValidators() javadoc as per review (#9723)Johannes Dahlström2012-09-241-2/+4
* Add UI id to UICreateEvent for use in createInstance (#9721)Leif Åstrand2012-09-242-3/+37
* Use event objects for future-proofing UIProvider API (#9721)Leif Åstrand2012-09-2410-65/+225
* Add removeAllValidators() to Validatable (#9542)Johannes Dahlström2012-09-242-0/+8
* Return an empty collection instead of null from Validatable.getValidators() (...Johannes Dahlström2012-09-242-7/+9
* Merge branch 'html5-doctype'John Ahlroos2012-09-242-5/+2
|\
| * Merge branch 'master' into html5-doctypeJohn Ahlroos2012-09-2416-508/+728
| |\
| * | Fixed empty space in LoginForm #8294John Ahlroos2012-09-201-1/+1
| * | Merge branch 'master' into html5-doctypeJohn Ahlroos2012-09-2018-608/+968
| |\ \
| * \ \ Merge branch 'master' into html5-doctypeJohn Ahlroos2012-09-208-8/+65
| |\ \ \
| * \ \ \ Merge branch 'master' into html5-doctypeJohn Ahlroos2012-09-1747-4001/+483
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' into html5-doctypeJohn Ahlroos2012-09-1110-240/+281
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' into html5-doctypeArtur Signell2012-09-0953-17463/+0
| |\ \ \ \ \ \
| * | | | | | | Using HTML5 doctypeJohn Ahlroos2012-09-081-4/+1
* | | | | | | | Remove obsolete TODO; javadoc improvementJohannes Dahlström2012-09-241-2/+2
* | | | | | | | Fixed serialization issues (#9640)Artur Signell2012-09-244-4/+8
* | | | | | | | Mark component as dirty when visibility state changes (#9695)Artur Signell2012-09-241-0/+1
* | | | | | | | Remove ApplicationStartedListener (#9719)Leif Åstrand2012-09-244-163/+12
* | | | | | | | Rename to VaadinServletService and move to its own file (#9718)Leif Åstrand2012-09-2411-399/+447
* | | | | | | | Allow specifying UIProvider using a servlet parameter (#9628)Leif Åstrand2012-09-212-8/+39
* | | | | | | | Support both ui and UI as the init parameter name (#9707)Leif Åstrand2012-09-211-2/+8
* | | | | | | | Add VaadinRequest.getContextPath() (#9706)Leif Åstrand2012-09-213-0/+22
* | | | | | | | Remove UIProvider.getExistingUI (#9642)Leif Åstrand2012-09-213-32/+23
* | | | | | | | Merge UIProvider and AbstractUIProvider (#9642)Leif Åstrand2012-09-214-151/+105
* | | | | | | | Refactor UIProvider management and fix multi-servlet (#9619, #9637)Leif Åstrand2012-09-2114-416/+500
* | | | | | | | Remove some internal "application" references (#9402)Leif Åstrand2012-09-211-5/+5
* | | | | | | | Moved visible out from state so isVisible does not call markAsDirty (#9695)Artur Signell2012-09-202-4/+6
* | | | | | | | Fixed comparison of null values (#9696)Artur Signell2012-09-201-0/+7
* | | | | | | | Rename WrappedXYZ -> VaadinXYZ but retain WrappedSession (#9633)Leif Åstrand2012-09-2041-375/+366
* | | | | | | | Remove a bunch of internal "application" references (#9402)Leif Åstrand2012-09-207-149/+122
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Remove ApplicationClassException (#9690)Leif Åstrand2012-09-205-44/+23
* | | | | | | Add a means to handle missing views in Navigator (#9060)Johannes Dahlström2012-09-201-6/+84
* | | | | | | Refactor how LegacyApplication and VaadinSession are "closed" (#9635)Leif Åstrand2012-09-2011-341/+473
* | | | | | | Create the right VaadinSession typeLeif Åstrand2012-09-203-12/+19
* | | | | | | Change "close" to "cleanup" in javadoc (#9625)Johannes Dahlström2012-09-201-5/+5
* | | | | | | Clear current instances after all portlet requests (#9505)Leif Åstrand2012-09-201-157/+168
* | | | | | | Make Servlet/PortletService.getCurrentRequest give raw requests (#9505)Leif Åstrand2012-09-203-6/+19
| |_|_|_|_|/ |/| | | | |
* | | | | | Bind Navigator to a UI (#9550)Johannes Dahlström2012-09-192-17/+54
* | | | | | Change "close" to "cleanup" in UI (#9625)Johannes Dahlström2012-09-195-32/+32
* | | | | | Add some getCurrent() methods (#9505)Leif Åstrand2012-09-195-7/+212
* | | | | | Ensure propertyDataSource can be set back to null (#9618)Artur Signell2012-09-181-3/+8
* | | | | | Change VaadinService to be an abstract class (#9658)Leif Åstrand2012-09-184-349/+297
* | | | | | Replace onVaadinSessionStarted with a listener (#9635)Leif Åstrand2012-09-1812-446/+600
* | | | | | Label.setPropertyDataSource now updates the state value (#9618)Artur Signell2012-09-181-0/+11
| |_|_|_|/ |/| | | |
* | | | | Lock session when handling browser details request (#9656)Artur Signell2012-09-181-1/+5
* | | | | Add null checks when wrapping session (#9655)Leif Åstrand2012-09-182-3/+15
* | | | | Add WrappedRequest.getWrappedSession(boolean) (#9655)Leif Åstrand2012-09-184-4/+39
* | | | | Allow browser details request to initialize a new session (#9652)Artur Signell2012-09-181-1/+4
* | | | | Fixed javadoc reference to wrong CloseListenerArtur Signell2012-09-181-2/+2