Object state = customization.getState();
Customization dstCustomization = dstWindow.customize(dstParent);
dstCustomization.setState(state);
} else {
Object state = customization.getVirtualState();
dstWindow.customize(contentType, contentId, state);
}
} else {
Object state = customization.getVirtualState();
dstWindow.customize(contentType, contentId, state);
}