public interface SessionExpiredHandler extends RequestHandler
| Modifier and Type | Method and Description |
|---|---|
boolean |
handleSessionExpired(VaadinRequest request,
VaadinResponse response)
Called when the a session expiration has occurred and a notification
needs to be sent to the user.
|
handleRequestboolean handleSessionExpired(VaadinRequest request, VaadinResponse response) throws IOException
true to indicate that no more
SessionExpiredHandler handlers should be invoked for the request.request - The request to handleresponse - The response object to which a response can be written.IOException - If an IO error occurredCopyright © 2025. All rights reserved.