return renderURL(parameters, format);
}
public String renderURL(String windowId, ContainerURL containerURL, URLFormat format)
{
ControllerRequestParameterMapFactory factory = new ControllerRequestParameterMapFactory(serialization);
//
Map<String, String> parameters = factory.encode(pageNS, windowId, containerURL);
//
parameters.put(TYPE, PORTLET_TYPE);
//