org.springframework.web.portlet.mvc
Interface EventAwareController
public interface EventAwareController
Extension of the Portlet Controller interface that allows
 for handling Portlet 2.0 event requests as well. Can also be
 implemented by AbstractController subclasses.
- Since:
 
  - 3.0
 
- Author:
 
  - Juergen Hoeller
 
- See Also:
 EventPortlet, 
Controller, 
ResourceAwareController
| 
Method Summary | 
 void | 
handleEventRequest(javax.portlet.EventRequest request,
                   javax.portlet.EventResponse response)
 
          Process the event request. | 
 
handleEventRequest
void handleEventRequest(javax.portlet.EventRequest request,
                        javax.portlet.EventResponse response)
                        throws Exception
- Process the event request. There is nothing to return.
- Parameters:
 request - current portlet event requestresponse - current portlet event response
- Throws:
 Exception - in case of errors