com.vaadin.terminal.gwt.server
Interface PortletApplicationContext2.PortletListener
- All Superinterfaces:
- Serializable
- Enclosing class:
- PortletApplicationContext2
public static interface PortletApplicationContext2.PortletListener
- extends Serializable
handleRenderRequest
void handleRenderRequest(javax.portlet.RenderRequest request,
javax.portlet.RenderResponse response,
Window window)
handleActionRequest
void handleActionRequest(javax.portlet.ActionRequest request,
javax.portlet.ActionResponse response,
Window window)
handleEventRequest
void handleEventRequest(javax.portlet.EventRequest request,
javax.portlet.EventResponse response,
Window window)
handleResourceRequest
void handleResourceRequest(javax.portlet.ResourceRequest request,
javax.portlet.ResourceResponse response,
Window window)
Copyright © 2000-2011 Vaadin Ltd. All Rights Reserved.