callbackData.put("contentletLocked", contentlet.isLocked());
}
if (contentlet!=null && contentlet.getStructure().getVelocityVarName().equalsIgnoreCase("host")) {
String copyOptionsStr = (String)contentletFormData.get("copyOptions");
CopyHostContentUtil copyHostContentUtil = new CopyHostContentUtil();
if (UtilMethods.isSet(copyOptionsStr)) {
copyHostContentUtil.checkHostCopy(contentlet, user, copyOptionsStr);
}
}
String urlMap = null;