public void processEvents(PortletContainer container, PortletWindow portletWindow, HttpServletRequest request,
HttpServletResponse response, List<Event> events)
{
ServletContext containerServletContext = PortalRequestContext.getContext(request).getServletContext();
DriverConfiguration driverConfig = (DriverConfiguration) containerServletContext
.getAttribute(AttributeKeys.DRIVER_CONFIG);
PortalURL portalURL = PortalURLParserImpl.getParser().parse(request);
Map<String, PortletWindowThread> portletWindowThreads = new HashMap<String, PortletWindowThread>();