{
String name = contextMap.get(url);
if (name == null)
return null;
MainDeployerInternals structure = (MainDeployerInternals) delegate;
DeploymentContext dc = structure.getDeploymentContext(name);
log.debug("getDeploymentContext, url="+url+", dc="+dc);
return dc;
}