Provides a way to register application context packages and factories.
Default constructor
protected Void ApplicationContextRegistration()
Registers packages and factories into the provided application context.
public Void Register(context)
Name | Type | Summary |
---|---|---|
context | ApplicationContext | The application context to register elements into. |
Finds all ApplicationContextRegistration derived objects and calls their Register() method.
public Void RegisterContexts(context)
Name | Type | Summary |
---|---|---|
context | ApplicationContext | The application context to register elements into. |
In this document