Uses of Interface
net.officefloor.compile.spi.office.OfficeFlowSinkNode
-
-
Uses of OfficeFlowSinkNode in net.officefloor.compile.impl.structure
Classes in net.officefloor.compile.impl.structure that implement OfficeFlowSinkNode Modifier and Type Class Description classOfficeOutputNodeImplImplementation of theOfficeOutputNode.classSectionInputNodeImplSectionInputNodenode.Methods in net.officefloor.compile.impl.structure with parameters of type OfficeFlowSinkNode Modifier and Type Method Description voidOfficeNodeImpl. link(OfficeFlowSourceNode flowSourceNode, OfficeFlowSinkNode flowSinkNode) -
Uses of OfficeFlowSinkNode in net.officefloor.compile.internal.structure
Subinterfaces of OfficeFlowSinkNode in net.officefloor.compile.internal.structure Modifier and Type Interface Description interfaceOfficeOutputNodeOfficeOutputnode.interfaceSectionInputNodeSectionInputnode. -
Uses of OfficeFlowSinkNode in net.officefloor.compile.spi.office
Subinterfaces of OfficeFlowSinkNode in net.officefloor.compile.spi.office Modifier and Type Interface Description interfaceOfficeOutputOutput from theOfficeOutput.interfaceOfficeSectionInputInput into theOfficeSection.Methods in net.officefloor.compile.spi.office with parameters of type OfficeFlowSinkNode Modifier and Type Method Description voidOfficeArchitect. 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 OfficeFlowSinkNode Modifier and Type Method Description voidWebArchitectEmployer. 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 OfficeFlowSinkNode Modifier and Type Method Description OfficeFlowSinkNodeHttpUrlContinuation. getRedirect(java.lang.String parameterTypeName)Obtains theOfficeFlowSinkNodeto link to thisHttpUrlContinuation.Methods in net.officefloor.web.build with parameters of type OfficeFlowSinkNode Modifier and Type Method Description voidWebArchitect. 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 OfficeFlowSinkNode Modifier and Type Method Description OfficeFlowSinkNodeHttpResourceArchitect. getResource(java.lang.String resourcePath)Obtains theOfficeFlowSinkNodeto send theHttpResource.OfficeFlowSinkNodeHttpResourceArchitectEmployer. getResource(java.lang.String resourcePath) -
Uses of OfficeFlowSinkNode in net.officefloor.web.security.build.office
Methods in net.officefloor.web.security.build.office that return OfficeFlowSinkNode Modifier and Type Method Description OfficeFlowSinkNodeHttpOfficeSecurerContext. secureFlow(java.lang.Class<?> argumentType, OfficeFlowSinkNode secureFlowSink, OfficeFlowSinkNode insecureFlowSink)Creates aOfficeFlowSinkNodeto either a secure / insecureOfficeFlowSinkNode.Methods in net.officefloor.web.security.build.office with parameters of type OfficeFlowSinkNode Modifier and Type Method Description OfficeFlowSinkNodeHttpOfficeSecurerContext. secureFlow(java.lang.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 Modifier and Type Method Description OfficeFlowSinkNodeWebTemplate. getRender(java.lang.String valuesTypeName)Obtains theOfficeFlowSinkNodeto render theWebTemplate.
-