EventResponse
130131132133134135136
return new ActionResponseImpl(responseContext); } @Override public EventResponse createEventResponse(PortletEventResponseContext responseContext) { return new EventResponseImpl(responseContext); }