if (this.pipe.parallel) {
this.attributes = RequestContextHolder.getRequestAttributes();
this.environment = EnvironmentHelper.getCurrentEnvironment();
this.processor = EnvironmentHelper.getCurrentProcessor();
}
this.namespaces = new NamespacesTable();
this.resolver = resolver;
this.validity = null;
// Set root include pipe as consumer.
// Won't use setter methods here - they are overridden