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(EventRequest request,
EventResponse response)
Process the event request.
|
void handleEventRequest(EventRequest request, EventResponse response) throws Exception
request
- current portlet event requestresponse
- current portlet event responseException
- in case of errors