public class PortletListenerNotifier extends SynchronizedRequestHandler
VaadinPortletSession.PortletListeners of a received portlet request.| Constructor and Description |
|---|
PortletListenerNotifier() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
synchronizedHandleRequest(VaadinSession session,
VaadinRequest request,
VaadinResponse response)
Fires portlet request events to any
VaadinPortletSession.PortletListeners registered
to the given session using
VaadinPortletSession.addPortletListener(PortletListener). |
canHandleRequest, handleRequestpublic boolean synchronizedHandleRequest(VaadinSession session, VaadinRequest request, VaadinResponse response) throws IOException
VaadinPortletSession.PortletListeners registered
to the given session using
VaadinPortletSession.addPortletListener(PortletListener). The
PortletListener method corresponding to the request type is invoked.synchronizedHandleRequest in class SynchronizedRequestHandlersession - The session for the requestrequest - The request to handleresponse - The response object to which a response can be written.IOException - If an IO error occurredSynchronizedRequestHandler.handleRequest(VaadinSession, VaadinRequest, VaadinResponse)Copyright © 2020 Vaadin Ltd. All rights reserved.