Package net.officefloor.web.build
Interface WebInterceptServiceFactory
-
- All Superinterfaces:
ServiceFactory<java.lang.Class<?>>
- All Known Implementing Classes:
CorsWebIntercepterServiceFactory
public interface WebInterceptServiceFactory extends ServiceFactory<java.lang.Class<?>>
ServiceFactoryto provide a singleMethodClassfor intercepting allHttpRequestinstances before they are serviced by WoOF.This is typically useful for adding additional non-application logic information to responses, such as CORS headers.
The
Classis loaded with aClassSectionSourceand must have only oneSectionInputand oneSectionOutput.- Author:
- Daniel Sagenschneider
-
-
Method Summary
-
Methods inherited from interface net.officefloor.frame.api.source.ServiceFactory
createService
-
-