}
Object[] parameters = getParameters(cycle);
cycle.setServiceParameters(parameters);
direct.trigger(cycle);
// Render the response. This will be the response page (the first element in the context)
// unless the direct (or its delegate) changes it.
engine.renderResponse(cycle, output);