175176177178179180181182183
} // internal helpers private FlowHandler getFlowHandler(HttpServletRequest request) { FlowUrlHandler urlHandler = flowHandlerAdapter.getFlowUrlHandler(); String flowId = urlHandler.getFlowId(request); return getFlowHandler(flowId); }