Package net.officefloor.web.build
Interface HttpInput
- All Known Subinterfaces:
HttpUrlContinuation
public interface HttpInput
HTTP input.
- Author:
- Daniel Sagenschneider
-
Method Summary
Modifier and TypeMethodDescriptionObtains theOfficeSectionInputfor direct handling.getInput()Obtains theOfficeFlowSourceNodeto link for handling theHttpInput.getPath()Obtains theHttpInputPathfor thisHttpInput.voidsetDocumentation(String documentation) Specifies documentation to describe thisHttpInput.
-
Method Details
-
getInput
OfficeFlowSourceNode getInput()Obtains theOfficeFlowSourceNodeto link for handling theHttpInput.- Returns:
OfficeFlowSourceNodeto link for handling theHttpInput.
-
getPath
HttpInputPath getPath()Obtains theHttpInputPathfor thisHttpInput.- Returns:
HttpInputPathfor thisHttpInput.
-
getDirect
OfficeSectionInput getDirect()Obtains theOfficeSectionInputfor direct handling.- Returns:
OfficeSectionInputfor direct handling.
-
setDocumentation
Specifies documentation to describe thisHttpInput.- Parameters:
documentation- Documentation to describe thisHttpInput.
-