|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.vaadin.server.SynchronizedRequestHandler
com.vaadin.server.communication.PortletListenerNotifier
public class PortletListenerNotifier
Notifies VaadinPortletSession.PortletListeners of a received portlet request.
| Constructor Summary | |
|---|---|
PortletListenerNotifier()
|
|
| Method Summary | |
|---|---|
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). |
| Methods inherited from class com.vaadin.server.SynchronizedRequestHandler |
|---|
handleRequest |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PortletListenerNotifier()
| Method Detail |
|---|
public boolean synchronizedHandleRequest(VaadinSession session,
VaadinRequest request,
VaadinResponse response)
throws java.io.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.
java.io.IOException - If an IO error occurredSynchronizedRequestHandler.handleRequest(VaadinSession, VaadinRequest, VaadinResponse)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||