Package net.officefloor.web.resource.spi
Interface ResourceSystem
-
- All Known Implementing Classes:
ClasspathResourceSystem,FileResourceSystem
public interface ResourceSystemUnderlying system to theHttpResourceStore.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.nio.file.PathgetResource(java.lang.String path)Obtains thePathto the resource.
-