Uses of Interface
net.officefloor.compile.spi.office.OfficeFlowSinkNode
Packages that use OfficeFlowSinkNode
Package
Description
-
Uses of OfficeFlowSinkNode in net.officefloor.compile.impl.structure
Classes in net.officefloor.compile.impl.structure that implement OfficeFlowSinkNodeModifier and TypeClassDescriptionclassImplementation of theOfficeOutputNode.classSectionInputNodenode.Methods in net.officefloor.compile.impl.structure with parameters of type OfficeFlowSinkNodeModifier and TypeMethodDescriptionvoidOfficeNodeImpl.link(OfficeFlowSourceNode flowSourceNode, OfficeFlowSinkNode flowSinkNode) -
Uses of OfficeFlowSinkNode in net.officefloor.compile.internal.structure
Subinterfaces of OfficeFlowSinkNode in net.officefloor.compile.internal.structure -
Uses of OfficeFlowSinkNode in net.officefloor.compile.spi.office
Subinterfaces of OfficeFlowSinkNode in net.officefloor.compile.spi.officeModifier and TypeInterfaceDescriptioninterfaceOutput from theOfficeOutput.interfaceInput into theOfficeSection.Methods in net.officefloor.compile.spi.office with parameters of type OfficeFlowSinkNodeModifier and TypeMethodDescriptionvoidOfficeArchitect.link(OfficeFlowSourceNode flowSourceNode, OfficeFlowSinkNode flowSinkNode) Links theOfficeFlowSourceNodeto be undertaken by theOfficeFlowSinkNode. -
Uses of OfficeFlowSinkNode in net.officefloor.web
Methods in net.officefloor.web with parameters of type OfficeFlowSinkNodeModifier and TypeMethodDescriptionvoidWebArchitectEmployer.chainServicer(OfficeFlowSinkNode flowSinkNode, OfficeFlowSourceNode notHandledOutput) voidWebArchitectEmployer.intercept(OfficeFlowSinkNode flowSinkNode, OfficeFlowSourceNode flowSourceNode) -
Uses of OfficeFlowSinkNode in net.officefloor.web.build
Methods in net.officefloor.web.build that return OfficeFlowSinkNodeModifier and TypeMethodDescriptionHttpUrlContinuation.getRedirect(String parameterTypeName) Obtains theOfficeFlowSinkNodeto link to thisHttpUrlContinuation.Methods in net.officefloor.web.build with parameters of type OfficeFlowSinkNodeModifier 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. -
Uses of OfficeFlowSinkNode in net.officefloor.web.resource.build
Methods in net.officefloor.web.resource.build that return OfficeFlowSinkNodeModifier and TypeMethodDescriptionHttpResourceArchitect.getResource(String resourcePath) Obtains theOfficeFlowSinkNodeto send theHttpResource.HttpResourceArchitectEmployer.getResource(String resourcePath) -
Uses of OfficeFlowSinkNode in net.officefloor.web.rest.build
Methods in net.officefloor.web.rest.build with parameters of type OfficeFlowSinkNodeModifier and TypeMethodDescriptionvoidHttpInputInterceptorContext.link(OfficeFlowSinkNode input, OfficeFlowSourceNode output) Adds intercepting of theHttpInputbefore handling. -
Uses of OfficeFlowSinkNode in net.officefloor.web.security.build.office
Methods in net.officefloor.web.security.build.office that return OfficeFlowSinkNodeModifier and TypeMethodDescriptionHttpOfficeSecurerContext.secureFlow(Class<?> argumentType, OfficeFlowSinkNode secureFlowSink, OfficeFlowSinkNode insecureFlowSink) Creates aOfficeFlowSinkNodeto either a secure / insecureOfficeFlowSinkNode.Methods in net.officefloor.web.security.build.office with parameters of type OfficeFlowSinkNodeModifier and TypeMethodDescriptionHttpOfficeSecurerContext.secureFlow(Class<?> argumentType, OfficeFlowSinkNode secureFlowSink, OfficeFlowSinkNode insecureFlowSink) Creates aOfficeFlowSinkNodeto either a secure / insecureOfficeFlowSinkNode. -
Uses of OfficeFlowSinkNode in net.officefloor.web.template.build
Methods in net.officefloor.web.template.build that return OfficeFlowSinkNode