}
private static Object load(PageContext pc,PageSource child,String rawPath, Boolean searchLocal, Boolean searchRoot, Map interfaceUDFs, boolean returnPage) throws PageException {
ConfigImpl config=(ConfigImpl) pc.getConfig();
boolean doCache=config.useComponentPathCache();
//print.o(rawPath);
//app-String appName=pc.getApplicationContext().getName();
rawPath=rawPath.trim().replace('\\','/');
String path=(rawPath.indexOf("./")==-1)?rawPath.replace('.','/'):rawPath;