summaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/Application.java
Commit message (Expand)AuthorAgeFilesLines
* RootRequiresMoreInformation -> RootRequiresMoreInformationExceptionLeif Åstrand2011-12-221-12/+12
* Rename @RootWidgetset -> @WidgetsetLeif Åstrand2011-12-221-3/+3
* Rename @RootTheme -> @ThemeLeif Åstrand2011-12-221-2/+2
* Javadoc typoArtur Signell2011-12-221-1/+1
* #8102 Removed "value" from value converter used in AbstractField andArtur Signell2011-12-211-1/+4
* Fix typo in public APILeif Åstrand2011-12-201-2/+2
* Add Application.getRoots()Leif Åstrand2011-12-201-0/+18
* Make Root.init abstract, add non-abstract LegacyWindow and migrate testsLeif Åstrand2011-12-201-94/+17
* Refactor #8068 to enable support for portletsLeif Åstrand2011-12-191-30/+118
* Don't use WeakHashMap as it isn't SerializableLeif Åstrand2011-12-191-2/+1
* Fix method name typo (#8068)Leif Åstrand2011-12-161-2/+2
* #8103 ConverterFactory is no longer static + javadoc updatesArtur Signell2011-12-121-14/+12
* Merge remote branch 'origin/6.8'Leif Åstrand2011-12-091-2/+2
|\
| * #7354 IT Mill -> Vaadin find and replaceArtur Signell2011-12-081-2/+2
| * #6862 Update Application.getWindow JavadocArtur Signell2011-12-071-8/+8
* | Merge remote branch 'origin/databinding'Leif Åstrand2011-12-081-0/+47
|\ \
| * | Initial implementation of converters for AbstractFieldArtur Signell2011-11-281-0/+47
* | | #8068 Provide an option for preserving Root state on browser refreshLeif Åstrand2011-12-071-18/+77
* | | URI fragment support in Root (#8048)Leif Åstrand2011-12-071-2/+2
* | | #7885 Define theme and widgetset for each RootLeif Åstrand2011-12-061-3/+51
* | | Add a bunch of javadoc commentsLeif Åstrand2011-11-301-3/+499
* | | Ensure window attached by LegacyApplication has an applicationLeif Åstrand2011-11-291-0/+7
* | | Add Serializable interface missing from some classesLeif Åstrand2011-11-291-1/+1
* | | Add support for deferred Root init and early widgetset loadingLeif Åstrand2011-11-281-6/+20
* | | Initial support for lazy root creationLeif Åstrand2011-11-251-29/+91
* | | Move ajax page generation code to AjaxPageHandlerLeif Åstrand2011-11-221-0/+5
* | | Remove old Debug param and make productionMode available in ApplicationLeif Åstrand2011-11-221-1/+9
* | | Separate getting the Root class name from creating an instance of itLeif Åstrand2011-11-181-17/+21
* | | Use the theme defined for the rootLeif Åstrand2011-11-181-3/+3
* | | Save rootId in the Root and simplify Root lookup in ApplicationLeif Åstrand2011-11-161-32/+42
* | | Introduce Application.LegacyApplication to simplify migrationLeif Åstrand2011-11-161-0/+95
* | | Allow configuring the root class to use, remove RootLayoutLeif Åstrand2011-11-161-13/+15
* | | #7895 Provide ThreadLocal for the current RootLeif Åstrand2011-11-141-0/+1
* | | Don't require any application in web.xml if rootLayout is definedLeif Åstrand2011-11-111-3/+4
* | | Create Root initialized with RootLayout defined in web.xmlLeif Åstrand2011-11-101-1/+23
* | | Pass around rootId instead of windowName and use it to find the RootLeif Åstrand2011-11-101-1/+44
* | | Relentlessly remove the last traces of ParameterHandlerLeif Åstrand2011-11-091-3/+0
* | | Relentlessly remove the last traces of URIHandlerLeif Åstrand2011-11-091-50/+2
* | | Added ThreadLocal for ApplicationLeif Åstrand2011-11-081-0/+10
* | | Created and integrated a RequestHandler for application resourcesLeif Åstrand2011-11-081-4/+9
* | | Dropped support for portlet 1.0Leif Åstrand2011-11-041-1/+0
* | | Removed deprecated code that was left in Window when Root was createdLeif Åstrand2011-11-041-436/+0
* | | Merge branch 'master' into windowingLeif Åstrand2011-11-041-4/+4
|\| |
| * | Some minor formatting changesLeif Åstrand2011-11-041-3/+3
| |/
* | Pass WrappedRequest to Application.getRootLeif Åstrand2011-11-041-1/+1
* | Added initial support for RequestHandlersLeif Åstrand2011-11-031-0/+32
* | Split Window to Root and WindowLeif Åstrand2011-11-011-413/+430
|/
* Made Application.applicationIsRunning volatile. #7329John Alhroos2011-07-281-4/+4
* #5715 raise log level of application terminal errorHenri Sara2010-10-251-1/+1
* #5715 server-side logging: some changes to the used log levelsHenri Sara2010-10-251-2/+2