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 class
OfficeOutputNodeImpl
Implementation of theOfficeOutputNode
.class
SectionInputNodeImpl
SectionInputNode
node.Methods in net.officefloor.compile.impl.structure with parameters of type OfficeFlowSinkNode Modifier and Type Method Description void
OfficeNodeImpl. 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 interface
OfficeOutputNode
OfficeOutput
node.interface
SectionInputNode
SectionInput
node. -
Uses of OfficeFlowSinkNode in net.officefloor.compile.spi.office
Subinterfaces of OfficeFlowSinkNode in net.officefloor.compile.spi.office Modifier and Type Interface Description interface
OfficeOutput
Output from theOfficeOutput
.interface
OfficeSectionInput
Input into theOfficeSection
.Methods in net.officefloor.compile.spi.office with parameters of type OfficeFlowSinkNode Modifier and Type Method Description void
OfficeArchitect. link(OfficeFlowSourceNode flowSourceNode, OfficeFlowSinkNode flowSinkNode)
Links theOfficeFlowSourceNode
to 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 void
WebArchitectEmployer. chainServicer(OfficeFlowSinkNode flowSinkNode, OfficeFlowSourceNode notHandledOutput)
void
WebArchitectEmployer. 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 OfficeFlowSinkNode
HttpUrlContinuation. getRedirect(java.lang.String parameterTypeName)
Obtains theOfficeFlowSinkNode
to link to thisHttpUrlContinuation
.Methods in net.officefloor.web.build with parameters of type OfficeFlowSinkNode Modifier and Type Method Description void
WebArchitect. chainServicer(OfficeFlowSinkNode flowSinkNode, OfficeFlowSourceNode notHandledOutput)
Chains aOfficeSectionInput
to the end of the servicing chain to handle aHttpRequest
.void
WebArchitect. intercept(OfficeFlowSinkNode flowSinkNode, OfficeFlowSourceNode flowSourceNode)
Intercepts allHttpRequest
instances 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 OfficeFlowSinkNode
HttpResourceArchitect. getResource(java.lang.String resourcePath)
Obtains theOfficeFlowSinkNode
to send theHttpResource
.OfficeFlowSinkNode
HttpResourceArchitectEmployer. 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 OfficeFlowSinkNode
HttpOfficeSecurerContext. secureFlow(java.lang.Class<?> argumentType, OfficeFlowSinkNode secureFlowSink, OfficeFlowSinkNode insecureFlowSink)
Creates aOfficeFlowSinkNode
to either a secure / insecureOfficeFlowSinkNode
.Methods in net.officefloor.web.security.build.office with parameters of type OfficeFlowSinkNode Modifier and Type Method Description OfficeFlowSinkNode
HttpOfficeSecurerContext. secureFlow(java.lang.Class<?> argumentType, OfficeFlowSinkNode secureFlowSink, OfficeFlowSinkNode insecureFlowSink)
Creates aOfficeFlowSinkNode
to 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 OfficeFlowSinkNode
WebTemplate. getRender(java.lang.String valuesTypeName)
Obtains theOfficeFlowSinkNode
to render theWebTemplate
.
-