public interface EventAwareController
Controller interface that allows
for handling Portlet 2.0 event requests as well. Can also be
implemented by AbstractController subclasses.EventPortlet,
Controller,
ResourceAwareController| Modifier and Type | Method and Description |
|---|---|
void |
handleEventRequest(javax.portlet.EventRequest request,
javax.portlet.EventResponse response)
Process the event request.
|
void handleEventRequest(javax.portlet.EventRequest request,
javax.portlet.EventResponse response)
throws Exception
request - current portlet event requestresponse - current portlet event responseException - in case of errorsCopyright © 2015. All rights reserved.