Package net.officefloor.web.build
Interface HttpInput
-
- All Known Subinterfaces:
HttpUrlContinuation
public interface HttpInput
HTTP input.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OfficeFlowSourceNode
getInput()
Obtains theOfficeFlowSourceNode
to link for handling theHttpInput
.HttpInputPath
getPath()
Obtains theHttpInputPath
for thisHttpInput
.void
setDocumentation(java.lang.String documentation)
Specifies documentation to describe thisHttpInput
.
-
-
-
Method Detail
-
getInput
OfficeFlowSourceNode getInput()
Obtains theOfficeFlowSourceNode
to link for handling theHttpInput
.- Returns:
OfficeFlowSourceNode
to link for handling theHttpInput
.
-
getPath
HttpInputPath getPath()
Obtains theHttpInputPath
for thisHttpInput
.- Returns:
HttpInputPath
for thisHttpInput
.
-
-