| org.springframework.web.portlet.mvc.EventAwareController |
Known Indirect Subclasses
|
Class Overview
Extension of the Portlet Controller interface that allows
for handling Portlet 2.0 event requests as well. Can also be
implemented by AbstractController subclasses.
Summary
| Public Methods |
|
abstract
void
|
handleEventRequest(EventRequest request, EventResponse response)
Process the event request.
|
Public Methods
public
abstract
void
handleEventRequest
(EventRequest request, EventResponse response)
Process the event request. There is nothing to return.
Parameters
| request
| current portlet event request |
| response
| current portlet event response |