Package net.officefloor.web.build
Interface HttpUrlContinuation
- All Superinterfaces:
HttpInput
HTTP URL continuation.
- Author:
- Daniel Sagenschneider
-
Method Summary
Modifier and TypeMethodDescriptiongetRedirect(String parameterTypeName) Obtains theOfficeFlowSinkNodeto link to thisHttpUrlContinuation.Methods inherited from interface net.officefloor.web.build.HttpInput
getDirect, getInput, getPath, setDocumentation
-
Method Details
-
getRedirect
Obtains theOfficeFlowSinkNodeto link to thisHttpUrlContinuation.- Parameters:
parameterTypeName- Name of theClassproviding the possible parameters for theHttpUrlContinuationpath. May benullifHttpUrlContinuationpath contains no parameters.- Returns:
OfficeFlowSinkNode.- Throws:
CompileError- If fails to createOfficeFlowSinkNodewith the parameter type.
-