Date: 2004-03-17T15:17:57
Editor: 212.198.0.93 <>
Wiki: Apache Avalon Wiki
Page: AvalonContextSurvey
URL: http://wiki.apache.org/avalon/AvalonContextSurvey
no comment
Change Log:
------------------------------------------------------------------------------
@@ -1,5 +1,15 @@
Summary of Avalon container supplied context values:
+'''Avalon Meta including alias mappings'''
+
+ || Standard Key || Type || Description || Phoenix
alias || Fortress alias ||
+ || urn:avalon:partition || String || partition name ||
app.name || component.id ||
+ || urn:avalon:name || String || component/scenerio name ||
block.name || component.logger ||
+ || urn:avalon:home || File (directory) || persistent directory ||
app.home || context-root ||
+ || urn:avalon:temp || File (directory) || temporary directory || -
|| impl.workDir ||
+ || urn:avalon:classloader|| ClassLoader || component classloader || -
|| - ||
+
+
'''Fortress''':
Starting from the first context and working up through all the parents:
{{{
@@ -10,6 +20,7 @@
* context-root File (directory) Context directory
* component.logger String Component logger name
* component.id String ID used to locate the component
+
* component.configuration String Configuration the configuration (removed from
context before passing it to components)
* component.name String The short name of the component (removed from
context before passing it to components)
@@ -35,14 +46,6 @@
* impl.logcategory
* impl.class
}}}
-'''Avalon Meta'''
-{{{
-urn:avalon:partition String partition name
-urn:avalon:name String component/scenerio name
-urn:avalon:home File (directory) persistent directory
-urn:avalon:temp File (directory) temporary directory
-urn:avalon:classloader ClassLoader component classloader
- }}}
'''Phoenix'''
{{{
app.name String application name
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]