Package net.officefloor.web.build
Interface HttpUrlContinuation
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OfficeFlowSinkNodegetRedirect(java.lang.String parameterTypeName)Obtains theOfficeFlowSinkNodeto link to thisHttpUrlContinuation.-
Methods inherited from interface net.officefloor.web.build.HttpInput
getInput, getPath, setDocumentation
-
-
-
-
Method Detail
-
getRedirect
OfficeFlowSinkNode getRedirect(java.lang.String parameterTypeName) throws CompileError
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.
-
-