public class InterruptUtils
extends java.lang.Object
InterruptUtils
.Constructor and Description |
---|
InterruptUtils() |
Modifier and Type | Method and Description |
---|---|
static InterruptResponse |
getInterruptFrom(org.springframework.webflow.execution.RequestContext ctx)
Gets interrupt from.
|
static void |
putInterruptIn(org.springframework.webflow.execution.RequestContext requestContext,
InterruptResponse response)
Put interrupt in.
|
public static InterruptResponse getInterruptFrom(org.springframework.webflow.execution.RequestContext ctx)
ctx
- the ctxpublic static void putInterruptIn(org.springframework.webflow.execution.RequestContext requestContext, InterruptResponse response)
requestContext
- the request contextresponse
- the response