Package net.officefloor.web.build
Interface HttpInput
-
- All Known Subinterfaces:
HttpUrlContinuation
public interface HttpInputHTTP input.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OfficeFlowSourceNodegetInput()Obtains theOfficeFlowSourceNodeto link for handling theHttpInput.HttpInputPathgetPath()Obtains theHttpInputPathfor thisHttpInput.voidsetDocumentation(java.lang.String documentation)Specifies documentation to describe thisHttpInput.
-
-
-
Method Detail
-
getInput
OfficeFlowSourceNode getInput()
Obtains theOfficeFlowSourceNodeto link for handling theHttpInput.- Returns:
OfficeFlowSourceNodeto link for handling theHttpInput.
-
getPath
HttpInputPath getPath()
Obtains theHttpInputPathfor thisHttpInput.- Returns:
HttpInputPathfor thisHttpInput.
-
-