| Package | org.spicefactory.parsley.config |
| Interface | public interface RootConfigurationElement |
| Implementors | CommandFactoryTag, DynamicObjectTag, MapCommandTag, MessageConfirmationTag, RootObjectTag, ViewTag |
| Method | Defined By | ||
|---|---|---|---|
process(registry:ObjectDefinitionRegistry):void
Processes this configuration tag, possilbly creating and registering object definitions. | RootConfigurationElement | ||
| process | () | method |
public function process(registry:ObjectDefinitionRegistry):voidProcesses this configuration tag, possilbly creating and registering object definitions.
Parameters
registry:ObjectDefinitionRegistry — the registry associated with this element
|