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 classClasspathResourceSystemLocates aHttpFilefrom aClassLoader.Methods in net.officefloor.web.resource.classpath that return ResourceSystem Modifier and Type Method Description ResourceSystemClasspathResourceSystemFactory. 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 classFileResourceSystemResourceSystemfor files.Methods in net.officefloor.web.resource.file that return ResourceSystem Modifier and Type Method Description ResourceSystemFileResourceSystemService. 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 ResourceSystemResourceSystemFactory. createResourceSystem(ResourceSystemContext context)Creates theResourceSystem.
-