resourceFile = workbench.file(resourcePath);
}
else if (contentPath.formName.equals(LIB_REQUEST))
{
JsLib jsLib = bundlableNode.app().jsLib(contentPath.properties.get("lib"));
resourceFile = jsLib.file(resourcePath);
}
else
{
throw new ContentProcessingException("Cannot handle request with form name " + contentPath.formName);
}