| 9 |
*/ |
*/ |
| 10 |
|
|
| 11 |
/** |
/** |
| 12 |
|
* <b>Cvs-Log:</b> |
| 13 |
|
* |
| 14 |
|
* <pre> |
| 15 |
* $Id$ |
* $Id$ |
| 16 |
* |
* |
| 17 |
* $Log$ |
* $Log$ |
| 18 |
|
* Revision 1.5 2003/03/11 01:42:57 joko |
| 19 |
|
* + fixed metadata for phpDocumentor |
| 20 |
|
* |
| 21 |
|
* Revision 1.4 2003/03/11 01:22:22 joko |
| 22 |
|
* + fixed metadata for phpDocumentor |
| 23 |
|
* |
| 24 |
|
* Revision 1.3 2003/03/10 23:25:02 joko |
| 25 |
|
* + fixed metadata for phpDocumentor |
| 26 |
|
* |
| 27 |
* Revision 1.2 2003/03/05 18:54:42 joko |
* Revision 1.2 2003/03/05 18:54:42 joko |
| 28 |
* updated docu - phpDocumentor is very strict about its 'blocks'... |
* updated docu - phpDocumentor is very strict about its 'blocks'... |
| 29 |
* |
* |
| 30 |
* Revision 1.1 2003/03/01 15:29:11 joko |
* Revision 1.1 2003/03/01 15:29:11 joko |
| 31 |
* + initial commit |
* + initial commit |
| 32 |
* |
* </pre> |
| 33 |
* |
* |
| 34 |
*/ |
*/ |
| 35 |
|
|
| 52 |
* stuff conveniently 1:1 in userspace. |
* stuff conveniently 1:1 in userspace. |
| 53 |
* |
* |
| 54 |
* references: |
* references: |
| 55 |
* - package=org.netfrag.glib, module=DesignPattern::MVC |
* - package=org.netfrag.glib, module=DesignPattern::MVC |
| 56 |
* - package=lib.admin.frontend, module=TsBackend: $this->_mvc->add_view( ... ) |
* - package=lib.admin.frontend, module=TsBackend: $this->_mvc->add_view( ... ) |
| 57 |
* |
* |
| 58 |
* |
* |
| 59 |
* @author Andreas Motl <andreas.motl@ilo.de> |
* @author Andreas Motl <andreas.motl@ilo.de> |
| 67 |
* @subpackage Application |
* @subpackage Application |
| 68 |
* @name Application::ComponentRegistry |
* @name Application::ComponentRegistry |
| 69 |
* |
* |
| 70 |
* @todo |
* @todo (o) Be able to *persistently* register new components. |
|
* <pre> |
|
|
* o Be able to *persistently* register new components. |
|
| 71 |
* By now the declaration (read-only) is included on each request. |
* By now the declaration (read-only) is included on each request. |
| 72 |
* No caching or similar stuff occours at this level!!! |
* No caching or similar stuff occours at this level!!! |
|
* </pre> |
|
| 73 |
* |
* |
| 74 |
*/ |
*/ |
| 75 |
class Application_ComponentRegistry { |
class Application_ComponentRegistry { |