}
public static InitFile loadInitFile(PageContext pc, String name, InitFile defaultValue) throws PageException {
ConfigImpl config=(ConfigImpl) pc.getConfig();
String[] filenames=getFileNames(config, name);
boolean doCache=config.useCTPathCache();
boolean doCustomTagDeepSearch = config.doCustomTagDeepSearch();
PageSource ps=null;
InitFile initFile;