106107108109110111112113114
return new FileResource(getBusiness(), file); } public SystemFileFactory getSystemFileFactory() { if (systemFileFactory == null) { systemFileFactory = new SystemFileFactory(getBusiness()); } return systemFileFactory; }