FlowHelper.setContextObject(objectModel, bizData);
Redirector redirector = PipelinesNode.getRedirector(environment);
if (redirector.hasRedirected()) {
throw new IllegalStateException("Pipeline has already been processed for this request");
}
redirector.redirect(false, uri);
} else {
throw new Exception("uri is not allowed to contain a scheme (cocoon:/ is always automatically used)");
}
}
}