The recording it creates will ensure that at playback time it updates the context of a specified playback pipeline.
278279280281282283284
return ExpressionFactory.getDefaultInstance(); } // Javadoc inherited. public PipelineRecorder createPipelineRecorder() { return new ContextPipelineRecorder(); }