Package net.officefloor.web.build
Interface HttpUrlContinuation
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OfficeFlowSinkNode
getRedirect(java.lang.String parameterTypeName)
Obtains theOfficeFlowSinkNode
to 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 theOfficeFlowSinkNode
to link to thisHttpUrlContinuation
.- Parameters:
parameterTypeName
- Name of theClass
providing the possible parameters for theHttpUrlContinuation
path. May benull
ifHttpUrlContinuation
path contains no parameters.- Returns:
OfficeFlowSinkNode
.- Throws:
CompileError
- If fails to createOfficeFlowSinkNode
with the parameter type.
-
-