Uses of Interface
net.officefloor.web.resource.spi.ResourceSystemFactory
Packages that use ResourceSystemFactory
Package
Description
-
Uses of ResourceSystemFactory in net.officefloor.web.resource.build
Methods in net.officefloor.web.resource.build with parameters of type ResourceSystemFactoryModifier and TypeMethodDescriptionHttpResourceArchitect.addHttpResources(ResourceSystemFactory resourceSystemService, String location) AddsHttpResourceinstances.HttpResourceArchitectEmployer.addHttpResources(ResourceSystemFactory resourceSystemService, String location) -
Uses of ResourceSystemFactory in net.officefloor.web.resource.classpath
Classes in net.officefloor.web.resource.classpath that implement ResourceSystemFactoryMethods in net.officefloor.web.resource.classpath that return ResourceSystemFactoryModifier and TypeMethodDescriptionClasspathResourceSystemService.createService(ServiceContext context) -
Uses of ResourceSystemFactory in net.officefloor.web.resource.file
Classes in net.officefloor.web.resource.file that implement ResourceSystemFactoryMethods in net.officefloor.web.resource.file that return ResourceSystemFactoryModifier and TypeMethodDescriptionFileResourceSystemService.createService(ServiceContext context) -
Uses of ResourceSystemFactory in net.officefloor.web.resource.impl
Constructors in net.officefloor.web.resource.impl with parameters of type ResourceSystemFactoryModifierConstructorDescriptionHttpResourceStoreImpl(String location, ResourceSystemFactory resourceSystemService, FileCacheFactory fileCacheFactory, ResourceTransformer[] transformers, String[] directoryDefaultResourceNames) Instantiate.