Uses of Interface
net.officefloor.web.resource.spi.ResourceSystemFactory
-
Packages that use ResourceSystemFactory Package Description net.officefloor.web.resource.build net.officefloor.web.resource.classpath net.officefloor.web.resource.file net.officefloor.web.resource.impl -
-
Uses of ResourceSystemFactory in net.officefloor.web.resource.build
Methods in net.officefloor.web.resource.build with parameters of type ResourceSystemFactory Modifier and Type Method Description HttpResourcesBuilderHttpResourceArchitect. addHttpResources(ResourceSystemFactory resourceSystemService, java.lang.String location)AddsHttpResourceinstances.HttpResourcesBuilderHttpResourceArchitectEmployer. addHttpResources(ResourceSystemFactory resourceSystemService, java.lang.String location) -
Uses of ResourceSystemFactory in net.officefloor.web.resource.classpath
Classes in net.officefloor.web.resource.classpath that implement ResourceSystemFactory Modifier and Type Class Description classClasspathResourceSystemFactoryClasspathResourceSystemFactory.Methods in net.officefloor.web.resource.classpath that return ResourceSystemFactory Modifier and Type Method Description ResourceSystemFactoryClasspathResourceSystemService. createService(ServiceContext context) -
Uses of ResourceSystemFactory in net.officefloor.web.resource.file
Classes in net.officefloor.web.resource.file that implement ResourceSystemFactory Modifier and Type Class Description classFileResourceSystemServiceResourceSystemFactorybacked by files.Methods in net.officefloor.web.resource.file that return ResourceSystemFactory Modifier and Type Method Description ResourceSystemFactoryFileResourceSystemService. createService(ServiceContext context) -
Uses of ResourceSystemFactory in net.officefloor.web.resource.impl
Constructors in net.officefloor.web.resource.impl with parameters of type ResourceSystemFactory Constructor Description HttpResourceStoreImpl(java.lang.String location, ResourceSystemFactory resourceSystemService, FileCacheFactory fileCacheFactory, ResourceTransformer[] transformers, java.lang.String[] directoryDefaultResourceNames)Instantiate.
-