Dependency DescriptorDescriptionA dependency declaration defines the key that the component will use to access a service via a service or component manager and the expected service type. A dependecy may be declared as optional by setting the optional attribute value to TRUE. The default value for optional is FALSE. Attributes
Nested Elements
Example XML<dependency optional="FALSE" key="my-transformer" type="org.apache.cocoon.api.Transformer" version="1.1"/> |