// create base PortletURL
PortalURL url = component.createURL(context.getRequest(), context.getCharacterEncoding());
context.setPortalURL(url);
PortletWindow window = new PortletWindowImpl("111");
PortletWindow window2 = new PortletWindowImpl("222");
PortletWindow window3 = new PortletWindowImpl("333");
HashMap parameters = new HashMap();
parameters.put("test",new String[]{"one","two","three"});
String portletURL = url.createPortletURL(window,parameters,PortletMode.EDIT,WindowState.MAXIMIZED,true,false);