Component DirectiveComponent DirectiveIn preparation. Attributes
Nested Elements A component tag supports the same structure as the profile element. See the profile tag under the Meta Model XML description. Sample XML <container name="tutorial"> <component name="hello" class="tutorial.HelloComponent" activation="startup"> <!-- optional categories element --> <!-- optional configuration or parameters element --> <!-- optional context element --> </component> </container> |