Package net.officefloor.web.rest.build
Interface HttpInputInterceptorContext
public interface HttpInputInterceptorContext
Context for the
HttpInputInterceptor.-
Method Summary
Modifier and TypeMethodDescriptionObtains theOfficeArchitectto establish links.Obtains theOfficeSourceContext.voidlink(OfficeFlowSinkNode input, OfficeFlowSourceNode output) Adds intercepting of theHttpInputbefore handling.
-
Method Details
-
link
Adds intercepting of theHttpInputbefore handling.- Parameters:
input-OfficeFlowSinkNodeto invoke for interception.output-OfficeFlowSourceNodefor output of interception to next.
-
getOfficeArchitect
OfficeArchitect getOfficeArchitect()Obtains theOfficeArchitectto establish links.- Returns:
OfficeArchitect.
-
getOfficeSourceContext
OfficeSourceContext getOfficeSourceContext()Obtains theOfficeSourceContext.- Returns:
OfficeSourceContext.
-