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 HttpResourcesBuilder
HttpResourceArchitect. addHttpResources(ResourceSystemFactory resourceSystemService, java.lang.String location)
AddsHttpResource
instances.HttpResourcesBuilder
HttpResourceArchitectEmployer. 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 class
ClasspathResourceSystemFactory
ClasspathResourceSystemFactory
.Methods in net.officefloor.web.resource.classpath that return ResourceSystemFactory Modifier and Type Method Description ResourceSystemFactory
ClasspathResourceSystemService. 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 class
FileResourceSystemService
ResourceSystemFactory
backed by files.Methods in net.officefloor.web.resource.file that return ResourceSystemFactory Modifier and Type Method Description ResourceSystemFactory
FileResourceSystemService. 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.
-