|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apertereports.context.ContextReloadListener
public class ContextReloadListener
A decorator for the ContextReloadHandler using a Liferay listener.
Handles the transformation of the request parameters to a PortletContextHolder instance.
| Constructor Summary | |
|---|---|
ContextReloadListener(ContextReloadHandler handler)
|
|
| Method Summary | |
|---|---|
void |
handleActionRequest(javax.portlet.ActionRequest request,
javax.portlet.ActionResponse response,
com.vaadin.ui.Window window)
Handles Liferay action request. |
void |
handleEventRequest(javax.portlet.EventRequest request,
javax.portlet.EventResponse response,
com.vaadin.ui.Window window)
Handles Liferay event request. |
void |
handleRenderRequest(javax.portlet.RenderRequest request,
javax.portlet.RenderResponse response,
com.vaadin.ui.Window window)
Handles Liferay render request. |
void |
handleResourceRequest(javax.portlet.ResourceRequest request,
javax.portlet.ResourceResponse response,
com.vaadin.ui.Window window)
Handles Liferay resource request. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ContextReloadListener(ContextReloadHandler handler)
| Method Detail |
|---|
public void handleRenderRequest(javax.portlet.RenderRequest request,
javax.portlet.RenderResponse response,
com.vaadin.ui.Window window)
handleRenderRequest in interface com.vaadin.terminal.gwt.server.PortletApplicationContext2.PortletListenerrequest - The requestresponse - The responsewindow - Vaadin windowPortletApplicationContext2.PortletListener
public void handleActionRequest(javax.portlet.ActionRequest request,
javax.portlet.ActionResponse response,
com.vaadin.ui.Window window)
handleActionRequest in interface com.vaadin.terminal.gwt.server.PortletApplicationContext2.PortletListenerrequest - The requestresponse - The responsewindow - Vaadin windowPortletApplicationContext2.PortletListener
public void handleEventRequest(javax.portlet.EventRequest request,
javax.portlet.EventResponse response,
com.vaadin.ui.Window window)
handleEventRequest in interface com.vaadin.terminal.gwt.server.PortletApplicationContext2.PortletListenerrequest - The requestresponse - The responsewindow - Vaadin windowPortletApplicationContext2.PortletListener
public void handleResourceRequest(javax.portlet.ResourceRequest request,
javax.portlet.ResourceResponse response,
com.vaadin.ui.Window window)
handleResourceRequest in interface com.vaadin.terminal.gwt.server.PortletApplicationContext2.PortletListenerrequest - The requestresponse - The responsewindow - Vaadin windowPortletApplicationContext2.PortletListener
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||