| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
|
|
|
| |
Change-Id: I14f46e6aa4f9cbdd9037f1c4ad1ac38fe7cbda86
|
|
|
|
|
|
| |
Moved Terminal.ErrorEvent and Terminal.ErrorListener to com.vaadin.server
Change-Id: I4ce67722b88abc38fd740c5980836b24e511a63b
|
|
|
|
| |
Change-Id: Ica48f1d5edbefde0ef8afca0c2774fe122a6c8ad
|
|
|
|
| |
Change-Id: Iac2f000dfcc9dc8c52d45b83842dfa0d8382c1d5
|
| |
|
| |
|
| |
|
| |
|
|
|