51525354555657
* @return the resource */ @Override public InternalResource doBuildResource(String path) { return new NullResource(this, normalizePath(path), normalizePath(getFullPath(path))); }