Object state = customization.getVirtualState();
dstWindow.customize(contentType, contentId, state);
}
} else {
Object state = customization.getVirtualState();
dstWindow.customize(contentType, contentId, state);
}
} else if (srcChild instanceof UIContainer) {
UIContainer srcContainer = (UIContainer) srcChild;
UIContainer dstContainer = (UIContainer) dstChild;
copy(srcPage, dstPage, srcContainer, dstContainer);