aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/Application.java
Commit message (Collapse)AuthorAgeFilesLines
...
* | | 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
| | | | | | | | Also removed some stuff from WrappedRequest to make it easier to get it working in all required places
* | Added initial support for RequestHandlersLeif Åstrand2011-11-031-0/+32
| |
* | Split Window to Root and WindowLeif Åstrand2011-11-011-413/+430
|/ | | | | 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.
* Made Application.applicationIsRunning volatile. #7329John Alhroos2011-07-281-4/+4
| | | | svn changeset:20006/svn branch:6.6
* #5715 raise log level of application terminal errorHenri Sara2010-10-251-1/+1
| | | | svn changeset:15693/svn branch:6.5
* #5715 server-side logging: some changes to the used log levelsHenri Sara2010-10-251-2/+2
| | | | svn changeset:15692/svn branch:6.5
* This is the implementation of the server-side logging featureJonatan Kronqvist2010-10-121-4/+8
| | | | | | | | | - Changed some loglevels according to review - Don't log unecessary stacktraces in portlets - printStackTrace:s replaced with JUL logging - System.out and System.errs replaced with JUL logging svn changeset:15493/svn branch:6.5
* Added authentication error checking in ApplicationConnection. Needed when ↵John Alhroos2010-08-051-0/+83
| | | | | | using containers Form security. svn changeset:14415/svn branch:6.4
* A JavaDoc typo corrected. Thanks to Danang Suharno.Joonas Lehtinen2010-07-191-2/+2
| | | | svn changeset:14248/svn branch:6.4
* Reverted constructor visibility changes, will use isSynthetic() test insteadHenri Sara2010-07-061-1/+1
| | | | svn changeset:14081/svn branch:6.4
* Make private nested class constructor visibility public or package to ↵Henri Sara2010-07-061-1/+1
| | | | | | prevent the generation of non-serializable access constructors by the compiler. svn changeset:14080/svn branch:6.4
* Fix for #4315 - Window name generation should be deterministicArtur Signell2010-06-011-4/+8
| | | | svn changeset:13481/svn branch:6.4
* Fixed typos in [11570] (#4129 Show a message if cookie support is disabled ↵Artur Signell2010-03-041-2/+2
| | | | | | in the browser) svn changeset:11629/svn branch:6.3
* Corrected copy/paste errorArtur Signell2010-03-021-3/+3
| | | | svn changeset:11594/svn branch:6.3
* #4129 - Show a message if cookie support is disabled in the browserArtur Signell2010-03-011-0/+106
| | | | svn changeset:11570/svn branch:6.3
* fixes #3859, documented why some of the methods are deprecatedMatti Tahvonen2009-12-171-125/+124
| | | | svn changeset:10369/svn branch:6.2
* #3117 inter-portlet event support (JSR-286), some support for custom portlet ↵Henri Sara2009-12-011-1/+5
| | | | | | actions svn changeset:10119/svn branch:6.2
* Refactoring in Portlet 2.0 supportHenri Sara2009-11-301-96/+6
| | | | svn changeset:10103/svn branch:6.2
* #3762 GAE issue, part 1: made ResourceURLGenerator serializableHenri Sara2009-11-251-122/+123
| | | | svn changeset:10008/svn branch:6.2
* Merge from 6.2 and applied #3732 fix to PortletApplicationContext2Henri Sara2009-11-241-1/+1
|\ | | | | | | svn changeset:9974/svn branch:portlet_2.0
| * Merged: Re-added session expired system messages caption that was deleted in ↵Artur Signell2009-11-171-1/+1
| | | | | | | | | | | | [9632] svn changeset:9840/svn branch:6.2
| * Merged [9632] from 6.1Joonas Lehtinen2009-11-051-33/+191
| | | | | | | | svn changeset:9634/svn branch:6.2
* | Merge with 6.2Petter Holmström2009-11-171-33/+191
| | | | | | | | svn changeset:9834/svn branch:portlet_2.0
* | work in progressPetter Holmström2009-11-091-0/+8
| | | | | | | | svn changeset:9687/svn branch:portlet_2.0
* | WIPPetter Holmström2009-11-061-0/+3
| | | | | | | | svn changeset:9656/svn branch:portlet_2.0
* | More refactorings, application resource downloads should now work on both ↵Petter Holmström2009-11-041-44/+93
| | | | | | | | | | | | servlets and portlets. svn changeset:9617/svn branch:portlet_2.0
* | More changesPetter Holmström2009-11-031-0/+15
|/ | | | svn changeset:9592/svn branch:portlet_2.0
* JavaDoc update to clear out documentation issue discussed in ↵Joonas Lehtinen2009-09-151-4/+7
| | | | | | http://vaadin.com/forum/-/message_boards/message/67998 svn changeset:8806/svn branch:6.1
* updated getWindow() javadocJoonas Lehtinen2009-08-261-0/+2
| | | | svn changeset:8552/svn branch:6.1
* Incomplete - task#2904 Toolkit -> Vaadin renames Henri Sara2009-05-181-4/+4
| | | | svn changeset:7850/svn branch:6.0
* #2904 Toolkit -> Vaadin renames: search for "IT Mill" and "itmill", partial ↵Henri Sara2009-05-181-19/+19
| | | | | | changes including many URLs svn changeset:7842/svn branch:6.0