Package net.officefloor.webapp
Class WebAppOfficeFloorCompilerConfigurationServiceFactory
java.lang.Object
net.officefloor.webapp.WebAppOfficeFloorCompilerConfigurationServiceFactory
- All Implemented Interfaces:
OfficeFloorCompilerConfigurerServiceFactory,ServiceFactory<OfficeFloorCompilerConfigurer>
public class WebAppOfficeFloorCompilerConfigurationServiceFactory
extends Object
implements OfficeFloorCompilerConfigurerServiceFactory
Loads the
ClassLoader for WAR.- Author:
- Daniel Sagenschneider
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
WebAppOfficeFloorCompilerConfigurationServiceFactory
public WebAppOfficeFloorCompilerConfigurationServiceFactory()
-
-
Method Details
-
createService
Description copied from interface:ServiceFactoryCreates the service.- Specified by:
createServicein interfaceServiceFactory<OfficeFloorCompilerConfigurer>- Parameters:
context-ServiceContext.- Returns:
- Service.
- Throws:
Throwable- If fails to create the service.
-