Uses of Interface
net.officefloor.web.resource.spi.ResourceSystemContext
-
Packages that use ResourceSystemContext Package Description net.officefloor.web.resource.classpath net.officefloor.web.resource.file net.officefloor.web.resource.impl net.officefloor.web.resource.spi -
-
Uses of ResourceSystemContext in net.officefloor.web.resource.classpath
Methods in net.officefloor.web.resource.classpath with parameters of type ResourceSystemContext Modifier and Type Method Description ResourceSystemClasspathResourceSystemFactory. createResourceSystem(ResourceSystemContext context)Constructors in net.officefloor.web.resource.classpath with parameters of type ResourceSystemContext Constructor Description ClasspathResourceSystem(ResourceSystemContext context, java.lang.ClassLoader classLoader)Instantiate. -
Uses of ResourceSystemContext in net.officefloor.web.resource.file
Methods in net.officefloor.web.resource.file with parameters of type ResourceSystemContext Modifier and Type Method Description ResourceSystemFileResourceSystemService. createResourceSystem(ResourceSystemContext context)Constructors in net.officefloor.web.resource.file with parameters of type ResourceSystemContext Constructor Description FileResourceSystem(ResourceSystemContext context)Instantiate. -
Uses of ResourceSystemContext in net.officefloor.web.resource.impl
Classes in net.officefloor.web.resource.impl that implement ResourceSystemContext Modifier and Type Class Description classHttpResourceStoreImplHttpResourceStoreimplementation. -
Uses of ResourceSystemContext in net.officefloor.web.resource.spi
Methods in net.officefloor.web.resource.spi with parameters of type ResourceSystemContext Modifier and Type Method Description ResourceSystemResourceSystemFactory. createResourceSystem(ResourceSystemContext context)Creates theResourceSystem.
-