throw new PageRuntimeException(new DeprecatedException("method not supported"));
}
public Resource[] getPhysicalResources(PageContext pc,Mapping[] mappings, String realPath,boolean onlyTopLevel,boolean useSpecialMappings, boolean useDefaultMapping) {
// now that archives can be used the same way as physical resources, there is no need anymore to limit to that
throw new PageRuntimeException(new DeprecatedException("method not supported"));
/*PageSource[] pages = getPageSources(pc, mappings, realPath, onlyTopLevel, useSpecialMappings, useDefaultMapping);
List<Resource> list=new ArrayList<Resource>();
Resource res;
for(int i=0;i<pages.length;i++) {
if(!pages[i].getMapping().hasPhysical()) continue;