Uses of Interface
net.officefloor.web.resource.spi.ResourceSystem
-
Packages that use ResourceSystem Package Description net.officefloor.web.resource.classpath net.officefloor.web.resource.file net.officefloor.web.resource.spi -
-
Uses of ResourceSystem in net.officefloor.web.resource.classpath
Classes in net.officefloor.web.resource.classpath that implement ResourceSystem Modifier and Type Class Description class
ClasspathResourceSystem
Locates aHttpFile
from aClassLoader
.Methods in net.officefloor.web.resource.classpath that return ResourceSystem Modifier and Type Method Description ResourceSystem
ClasspathResourceSystemFactory. createResourceSystem(ResourceSystemContext context)
-
Uses of ResourceSystem in net.officefloor.web.resource.file
Classes in net.officefloor.web.resource.file that implement ResourceSystem Modifier and Type Class Description class
FileResourceSystem
ResourceSystem
for files.Methods in net.officefloor.web.resource.file that return ResourceSystem Modifier and Type Method Description ResourceSystem
FileResourceSystemService. createResourceSystem(ResourceSystemContext context)
-
Uses of ResourceSystem in net.officefloor.web.resource.spi
Methods in net.officefloor.web.resource.spi that return ResourceSystem Modifier and Type Method Description ResourceSystem
ResourceSystemFactory. createResourceSystem(ResourceSystemContext context)
Creates theResourceSystem
.
-