Package net.officefloor.webapp
Class WebAppOfficeFloorCompilerConfigurationServiceFactory
- java.lang.Object
-
- net.officefloor.webapp.WebAppOfficeFloorCompilerConfigurationServiceFactory
-
- All Implemented Interfaces:
OfficeFloorCompilerConfigurerServiceFactory
,ServiceFactory<OfficeFloorCompilerConfigurer>
public class WebAppOfficeFloorCompilerConfigurationServiceFactory extends java.lang.Object implements OfficeFloorCompilerConfigurerServiceFactory
Loads theClassLoader
for WAR.- Author:
- Daniel Sagenschneider
-
-
Constructor Summary
Constructors Constructor Description WebAppOfficeFloorCompilerConfigurationServiceFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OfficeFloorCompilerConfigurer
createService(ServiceContext context)
Creates the service.
-
-
-
Method Detail
-
createService
public OfficeFloorCompilerConfigurer createService(ServiceContext context) throws java.lang.Throwable
Description copied from interface:ServiceFactory
Creates the service.- Specified by:
createService
in interfaceServiceFactory<OfficeFloorCompilerConfigurer>
- Parameters:
context
-ServiceContext
.- Returns:
- Service.
- Throws:
java.lang.Throwable
- If fails to create the service.
-
-