Renamed Registry -> GenericRegistry to make it clear that this registry does
[core.git] / framework / main / classes / output / web / class_WebOutput.php
index 44803ff14c728e754e62506899e1fd0d1a3de6aa..48ef11064772c471d64d62c288dca7cab6a111c3 100644 (file)
@@ -1,13 +1,14 @@
 <?php
 // Own namespace
 <?php
 // Own namespace
-namespace CoreFramework\Output;
+namespace Org\Mxchange\CoreFramework\Output;
 
 // Import framework stuff
 
 // Import framework stuff
-use CoreFramework\Bootstrap\FrameworkBootstrap;
-use CoreFramework\Manager\ManageableApplication;
-use CoreFramework\Output\BaseOutput;
-use CoreFramework\Registry\Registerable;
-use CoreFramework\Stream\Output\OutputStreamer;
+use Org\Mxchange\CoreFramework\Bootstrap\FrameworkBootstrap;
+use Org\Mxchange\CoreFramework\Generic\UnsupportedOperationException;
+use Org\Mxchange\CoreFramework\Manager\ManageableApplication;
+use Org\Mxchange\CoreFramework\Output\BaseOutput;
+use Org\Mxchange\CoreFramework\Registry\Registerable;
+use Org\Mxchange\CoreFramework\Stream\Output\OutputStreamer;
 
 /**
  * This class simply puts HTML code / JavaScript code or CSS code out to the
 
 /**
  * This class simply puts HTML code / JavaScript code or CSS code out to the