"Bzip2Compressor", // BZIP2 compressor
"GzipCompressor", // GZIP compressor
"WebOutput", // Web output sub-system
+ "ObjectFactory", // Object factory
);
/**
} // END - if
// Initialize web instance
- if ((is_null($this->getWebOutputInstance())) && ($this->__toString() != "ObjectFactory")) {
+ if (is_null($this->getWebOutputInstance())) {
// Call our object factory
$outputInstance = ObjectFactory::createObjectByConfiguredName('web_engine', array($this->getConfigInstance()->readConfig('web_content_type')));