Context DirectiveDescriptionA context directive describes information that Merlin uses to build a context instance that will be supplied to a target component during the contextualization lifecycle stage. Attributes
Nested Elements
Sample XML<component name="demo" class="MyDemoComponent"> <context class="org.apache.avalon.playground.basic.BasicContextImp"> <entry key="home"> <import key="urn:avalon:home"/> </entry> <entry key="location"> <constructor>Paris</constructor> </entry> </context> </component> |