Uses of Interface
net.officefloor.compile.spi.office.OfficeFlowSourceNode
Packages that use OfficeFlowSourceNode
Package
Description
-
Uses of OfficeFlowSourceNode in net.officefloor.compile.impl.structure
Classes in net.officefloor.compile.impl.structure that implement OfficeFlowSourceNodeModifier and TypeClassDescriptionclassEscalationNodeimplementation.classManagedObjectFlowNodeimplementation.classImplementation of theOfficeInputNode.classOfficeStartNodeimplementation.classSectionOutputNodeimplementation.Methods in net.officefloor.compile.impl.structure with parameters of type OfficeFlowSourceNodeModifier and TypeMethodDescriptionvoidOfficeNodeImpl.link(OfficeFlowSourceNode flowSourceNode, OfficeFlowSinkNode flowSinkNode) -
Uses of OfficeFlowSourceNode in net.officefloor.compile.internal.structure
Subinterfaces of OfficeFlowSourceNode in net.officefloor.compile.internal.structureModifier and TypeInterfaceDescriptioninterfaceEscalationnode.interfaceManagedObjectFlownode.interfaceOfficeInputnode.interfaceOfficeStartnode.interfaceSectionOutputnode. -
Uses of OfficeFlowSourceNode in net.officefloor.compile.spi.office
Subinterfaces of OfficeFlowSourceNode in net.officefloor.compile.spi.officeModifier and TypeInterfaceDescriptioninterfaceinterfaceInput to theOffice.interfaceinterfaceOutput from theOfficeSection.interfaceStart-up trigger for aManagedFunctionwithin theOffice.Methods in net.officefloor.compile.spi.office with parameters of type OfficeFlowSourceNodeModifier and TypeMethodDescriptionvoidOfficeArchitect.link(OfficeFlowSourceNode flowSourceNode, OfficeFlowSinkNode flowSinkNode) Links theOfficeFlowSourceNodeto be undertaken by theOfficeFlowSinkNode. -
Uses of OfficeFlowSourceNode in net.officefloor.polyglot.test
Methods in net.officefloor.polyglot.test with parameters of type OfficeFlowSourceNodeModifier and TypeMethodDescriptionprotected voidAbstractPolyglotProcedureTest.httpException(OfficeFlowSourceNode pass, CompileWebContext context) Invokes http exception via the procedure.protected voidAbstractPolyglotProcedureTest.web(OfficeFlowSourceNode pass, CompileWebContext context) Invokes web via the procedure. -
Uses of OfficeFlowSourceNode in net.officefloor.web
Methods in net.officefloor.web with parameters of type OfficeFlowSourceNodeModifier and TypeMethodDescriptionvoidWebArchitectEmployer.chainServicer(OfficeFlowSinkNode flowSinkNode, OfficeFlowSourceNode notHandledOutput) voidWebArchitectEmployer.intercept(OfficeFlowSinkNode flowSinkNode, OfficeFlowSourceNode flowSourceNode) voidWebArchitectEmployer.reroute(OfficeFlowSourceNode flowSourceNode) -
Uses of OfficeFlowSourceNode in net.officefloor.web.build
Methods in net.officefloor.web.build that return OfficeFlowSourceNodeModifier and TypeMethodDescriptionHttpInput.getInput()Obtains theOfficeFlowSourceNodeto link for handling theHttpInput.Methods in net.officefloor.web.build with parameters of type OfficeFlowSourceNodeModifier and TypeMethodDescriptionvoidWebArchitect.chainServicer(OfficeFlowSinkNode flowSinkNode, OfficeFlowSourceNode notHandledOutput) Chains aOfficeSectionInputto the end of the servicing chain to handle aHttpRequest.voidWebArchitect.intercept(OfficeFlowSinkNode flowSinkNode, OfficeFlowSourceNode flowSourceNode) Intercepts allHttpRequestinstances before servicing.voidWebArchitect.reroute(OfficeFlowSourceNode flowSourceNode) Runs theServerHttpConnectionthrough routing again. -
Uses of OfficeFlowSourceNode in net.officefloor.web.rest.build
Methods in net.officefloor.web.rest.build with parameters of type OfficeFlowSourceNodeModifier and TypeMethodDescriptionvoidHttpInputInterceptorContext.link(OfficeFlowSinkNode input, OfficeFlowSourceNode output) Adds intercepting of theHttpInputbefore handling. -
Uses of OfficeFlowSourceNode in net.officefloor.web.template.build
Methods in net.officefloor.web.template.build that return OfficeFlowSourceNode