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 java.lang.Exception
request
- current portlet event requestresponse
- current portlet event responsejava.lang.Exception
- in case of errors