Package net.officefloor.web.build
Interface WebInterceptServiceFactory
- All Superinterfaces:
ServiceFactory<Class<?>>
ServiceFactory to provide a single Method Class for
intercepting all HttpRequest 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 a ClassSectionSource and must have
only one SectionInput and one SectionOutput.
- Author:
- Daniel Sagenschneider
-
Method Summary
Methods inherited from interface net.officefloor.frame.api.source.ServiceFactory
createService