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<?>>
ServiceFactory
to provide a singleMethod
Class
for intercepting allHttpRequest
instances before they are serviced by WoOF.This is typically useful for adding additional non-application logic information to responses, such as CORS headers.
The
Class
is loaded with aClassSectionSource
and must have only oneSectionInput
and oneSectionOutput
.- Author:
- Daniel Sagenschneider
-
-
Method Summary
-
Methods inherited from interface net.officefloor.frame.api.source.ServiceFactory
createService
-
-