String b = instanceName.substring(pos + 1);
Page page = site.getRootPage().getChild("pages").getChild(b);
Customization c = page.getCustomizationContext().getCustomization(a);
if (c != null)
{
c.destroy();
}
customization =
page.getCustomizationContext().customize(a, Portlet.CONTENT_TYPE, applicationName + "/" + portletName,
new PortletBuilder().build());
}