Property | Type | Description | |
---|---|---|---|
CreateContainer | IWindsorContainer |
Method | Description | |
---|---|---|
Run ( bool runWithDefaultConfiguration ) : void |
Run the bootstrapper process.
|
Method | Description | |
---|---|---|
ConfigureContainer ( ) : void |
Configures the IWindsorContainer. May be overwritten in a derived class to add specific type mappings required by the application.
|
|
ConfigureServiceLocator ( ) : void |
Configures the LocatorProvider for the ServiceLocator.
|
|
InitializeModules ( ) : void |
Initializes the modules. May be overwritten in a derived class to use a custom Modules Catalog
|
|
RegisterFrameworkExceptionTypes ( ) : void |
Registers in the IWindsorContainer the Type of the Exceptions that are not considered root exceptions by the ExceptionExtensions.
|
|
RegisterTypeIfMissing ( |
Registers a type in the container only if that type was not already registered.
|
Method | Description | |
---|---|---|
CreateContainer ( ) : IWindsorContainer |
protected RegisterFrameworkExceptionTypes ( ) : void | ||
return | void |
protected RegisterTypeIfMissing ( |
||
fromType | The interface type to register. | |
toType | The type implementing the interface. | |
registerAsSingleton | bool | Registers the type as a singleton. |
return | void |
public Run ( bool runWithDefaultConfiguration ) : void | ||
runWithDefaultConfiguration | bool | If |
return | void |