Package com.vaadin.server.communication
Class PortletListenerNotifier
- java.lang.Object
-
- com.vaadin.server.SynchronizedRequestHandler
-
- com.vaadin.server.communication.PortletListenerNotifier
-
- All Implemented Interfaces:
RequestHandler,Serializable
public class PortletListenerNotifier extends SynchronizedRequestHandler
NotifiesVaadinPortletSession.PortletListeners of a received portlet request.- Since:
- 7.1
- Author:
- Vaadin Ltd
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PortletListenerNotifier()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleansynchronizedHandleRequest(VaadinSession session, VaadinRequest request, VaadinResponse response)Fires portlet request events to anyVaadinPortletSession.PortletListeners registered to the given session usingVaadinPortletSession.addPortletListener(PortletListener).-
Methods inherited from class com.vaadin.server.SynchronizedRequestHandler
canHandleRequest, handleRequest
-
-
-
-
Method Detail
-
synchronizedHandleRequest
public boolean synchronizedHandleRequest(VaadinSession session, VaadinRequest request, VaadinResponse response) throws IOException
Fires portlet request events to anyVaadinPortletSession.PortletListeners registered to the given session usingVaadinPortletSession.addPortletListener(PortletListener). The PortletListener method corresponding to the request type is invoked.- Specified by:
synchronizedHandleRequestin classSynchronizedRequestHandler- Throws:
IOException
-
-