Castle.Windsor
Implementation of that assumes ownership of the
wrapped . If this adapter is disposed, the underlying
is diposed as well.
Implementation of that does not assume ownership of the
wrapped .
Integrates the to the System.ComponentModel
and System.ComponentMode.Design infrastructure.
This interface should be implemented by classes
that are available in a bigger context, exposing
the container to different areas in the same application.
For example, in Web application, the (global) HttpApplication
subclasses should implement this interface to expose
the configured container
Constructs an initial ContainerWrapper.
The to adapt.
Constructs an initial ContainerWrapper.
The to adapt.
The parent .
Adds the specified to the at the end of the list.
The to add.
Adds the specified to the at the end of the list,
and assigns a name to the component.
The to add.
The unique, case-insensitive name to assign to the component, or null.
Removes a component from the .
The to remove
Gets the service object of the specified type.
The type of service.
An object inplementing service, or null.
Adds the specified service to the service container.
The type of service to add.
The instance of the service to add.
Adds the specified service to the service container.
The type of service to add.
A callback object that is used to create the service.
Adds the specified service to the service container, and optionally
promotes the service to any parent service containers.
The type of service to add.
The instance of the service to add.
true to promote this request to any parent service containers.
Adds the specified service to the service container, and optionally
promotes the service to parent service containers.
The type of service to add.
A callback object that is used to create the service.
true to promote this request to any parent service containers.
Removes the specified service type from the service container.
The type of service to remove.
Removes the specified service type from the service container,
and optionally promotes the service to parent service containers.
The type of service to remove.
true to promote this request to any parent service containers.
Determins if the service type represents an intrinsic service.
The type of service to remove.
true if the service type is an intrinsic service.
Determins if the specified service type exists in the service container.
The type of service to remove.
true if the service type exists.
Releases the resources used by the component.
Releases the resources used by the component.
true if disposing.
Gets or sets the associated with the .
Event that notifies the disposal of the .
Gets all the components in the .
Gets the adapted
Constructs a default ContainerAdapter.
Constructs a chained ContainerAdapter.
The parent .
Constructs an initial ContainerAdapter.
The to adapt.
Constructs an initial ContainerAdapter.
The to adapt.
The parent .
Custom activator to create the instance on demand.
Implementation of .
Do not support configuration inheritance.
Accepts the specified node.
Check if node has the same name as the processor and the node.NodeType
is in the AcceptNodeTypes List
The node.
Convert and return child parameter into an XmlElement
An exception will be throw in case the child node cannot be converted
Parent node
Node to be converted
child node as XmlElement
attributeValue
propertyValue
Processes the specified node list.
The node list.
The engine.
Processes element attributes.
if the attribute is include will append to the element
all contents from the file.
if the attribute has a property reference the reference will be
expanded
The element.
Properties names can contain a-zA-Z0-9_.
i.e. #!{ my_node_name } || #{ my.node.name }
spaces are trimmed
Processes the string.
The node.
The value.
The context.
Accepts the specified node.
Check if node has the same name as the processor and the node.NodeType
is in the AcceptNodeTypes List
NOTE: since the BatchRegistrationFacility already uses an include
element we will distringish between both by looking for the presence of an uri attribute
we should revisit this later by using xml-namespaces
The node.
attributeValue
propertyValue
Initializes a new instance of the class.
Name of the environment.
Initializes a new instance of the class.
Name of the environment.
The resource sub system.
Processes the element.
The element.
Processes the element.
The element.
Make a shallow copy of the nodeList.
The nodeList to be copied.
Pendent
Initializes a new instance of the class.
Initializes a new instance of the class.
Name of the environment.
The resource sub system.
Initializes a new instance of the class.
Provides common methods for those who wants
to implement
Interpreter of a specific language to describe
configuration nodes in a hierachical manner.
Should obtain the contents from the resource,
interpret it and populate the
accordingly.
Gets or sets the name of the environment.
The name of the environment.
Exposes the reference to
which the interpreter is likely to hold
Should obtain the contents from the resource,
interpret it and populate the
accordingly.
Exposes the reference to
which the interpreter is likely to hold
Gets or sets the name of the environment.
The name of the environment.
Reads the configuration from a XmlFile. Sample structure:
<configuration>
<facilities>
<facility id="myfacility">
</facility>
</facilities>
<components>
<component id="component1">
</component>
</components>
</configuration>
Initializes a new instance of the class.
Initializes a new instance of the class.
The filename.
Initializes a new instance of the class.
The source.
Gets or sets the kernel.
The kernel.
Installs all the components from the App.Config file.
Installs all the component from the xml configuration file.
The xml configuration file.
Installs all the component from the xml configuration.
The xml configuration resource.
Delegate to provide environment name.
The environment name.
The contract to install components in the container.
Performs the installation in the .
The container.
The configuration store.
Initializes a new instance of the ConfigurationInstaller class.
Sets the configuration environment name.
The environment name.
Set the configuration environment strategy.
The environment strategy.
Default implementation.
Installs the components and facilities based on the
information on the configuration store.
Perform installation.
Target container
Configuration store
Perform installation.
Target container
Configuration store
Obtains the interceptors associated with the component.
The kernel instance
The component model
The creation context
interceptors array
This implementation of relies
on DynamicProxy to expose proxy capabilies.
Note that only virtual methods can be intercepted in a
concrete class. However, if the component
was registered with a service interface, we proxy
the interface and the methods don't need to be virtual,
Constructs a DefaultProxyFactory
Creates the proxy for the supplied component.
The kernel.
The target.
The model.
The constructor arguments.
The creation context
The component proxy.
Determines if the component requiries a target instance for proxying.
The kernel.
The model.
true if an instance is required.
Gets the environment information (name). Implementors should
use to define their environments and how those affect the configuration.
Gets the name of the environment.
The IWindsorContainer interface exposes all the
functionality the Windsor implements.
Registers a facility within the container.
The key by which the gets indexed.
The to add to the container.
Creates and adds an facility to the container.
The facility type.
Creates and adds an facility to the container.
The facility type.
The callback for creation.
Creates and adds an facility to the container.
The facility type.
The callback for creation.
Creates and adds an facility to the container.
The facility type.
Creates and adds an facility to the container.
The facility type.
The callback for creation.
Creates and adds an facility to the container.
The facility type.
The callback for creation.
Adds a component to be managed by the container
The key by which the component gets indexed.
The to manage.
Adds a component to be managed by the container
The key by which the component gets indexed.
The service that the component implements.
The to manage.
Adds a component to be managed by the container
The key by which the component gets indexed.
The to manage.
The with which to manage the component.
Adds a component to be managed by the container
The key by which the component gets indexed.
The service that the component implements.
The to manage.
The with which to manage the component.
Adds a concrete class as a component and specify the extended properties.
Used by facilities, mostly.
Adds a concrete class and an interface
as a component and specify the extended properties.
Used by facilities, mostly.
Adds a component to be managed by the container.
The key to obtain the component will be the FullName of the type.
The to manage.
Adds a component to be managed by the container
The to manage.
The key by which the component gets indexed.
Adds a component to be managed by the container.
The key to obtain the component will be the FullName of the type.
The to manage.
The with which to manage the component.
Adds a component to be managed by the container
The to manage.
The key by which the component gets indexed.
The with which to manage the component.
Adds a component to be managed by the container
The key to obtain the component will be the FullName of the type.
The service that the component implements.
The to manage.
Adds a component to be managed by the container
The service that the component implements.
The to manage.
The key by which the component gets indexed.
Adds a component to be managed by the container
The key to obtain the component will be the FullName of the type.
The service that the component implements.
The to manage.
The with which to manage the component.
Adds a component to be managed by the container
The service that the component implements.
The to manage.
The key by which the component gets indexed.
The with which to manage the component.
Adds a concrete class as a component and specify the extended properties.
Used by facilities, mostly.
The key to obtain the component will be the FullName of the type.
Adds a concrete class as a component and specify the extended properties.
Used by facilities, mostly.
Adds a concrete class and an interface
as a component and specify the extended properties.
Used by facilities, mostly.
The key to obtain the component will be the FullName of the type.
Adds a concrete class and an interface
as a component and specify the extended properties.
Used by facilities, mostly.
Registers the components provided by the s
with the .
Create a new registration using .For() or .
container.Register(Component.For<IService>().ImplementedBy<DefaultService>());
The component registrations.
The container.
Installs the components provided by the s
with the .
The component installers.
The container.
Returns a component instance by the key
Returns a component instance by the key
Returns a component instance by the key
Returns a component instance by the key
Returns a component instance by the service
Returns a component instance by the service
Returns a component instance by the service
Releases a component instance
Registers a subcontainer. The components exposed
by this container will be accessible from subcontainers.
Remove a child container
Gets a child container instance by name.
The container's name.
The child container instance or null
Returns a component instance by the service
Service type
The component instance
Returns a component instance by the service
Service type
The component instance
Returns a component instance by the service
Service type
The component instance
Returns a component instance by the key
Component's key
Service type
The Component instance
Returns a component instance by the key
Service type
Component's key
The Component instance
Returns a component instance by the key
Service type
Component's key
The Component instance
Returns a component instance by the key
Returns a component instance by the key
Resolve all valid components that match this type.
The service type
Resolve all valid components that mathc this service
the service to match
Resolve all valid components that mathc this service
the service to match
Arguments to resolve the service
Resolve all valid components that mathc this service
the service to match
Arguments to resolve the service
Resolve all valid components that match this type.
The service type
Arguments to resolve the service
Resolve all valid components that match this type.
The service type
Arguments to resolve the service
Gets the container's name
Only useful when child containers are being used
The container's name.
Shortcut to
Shortcut to
Returns the inner instance of the MicroKernel
Gets or sets the parent container if this instance
is a sub container.
Implementation of
which delegates to implementation.
Constructs a container without any external
configuration reference
Constructs a container using the specified
implementation.
The instance of an implementation.
Constructs a container using the specified
implementation.
The instance of an implementation.
Initializes a new instance of the class.
The interpreter.
The environment info.
Initializes a new instance of the class using a
xml file to configure it.
Equivalent to the use of new WindsorContainer(new XmlInterpreter(xmlFile))
The XML file.
Constructs a container using the specified
implementation. Rarely used.
This constructs sets the Kernel.ProxyFactory property to
Proxy.DefaultProxyFactory
Kernel instance
Installer instance
Constructs a container using the specified
implementation. Rarely used.
This constructs sets the Kernel.ProxyFactory property to
Proxy.DefaultProxyFactory
Container's name
Kernel instance
Installer instance
Constructs with a given .
A instance of an .
Constructs a container assigning a parent container
before starting the dependency resolution.
The instance of an
The instance of an implementation
Initializes a new instance of the class.
The container's name.
The parent.
The interpreter.
Registers a facility within the kernel.
Creates and adds an facility to the container.
The facility type.
Creates and adds an facility to the container.
The facility type.
The callback for creation.
Creates and adds an facility to the container.
The facility type.
The callback for creation.
Creates and adds an facility to the container.
The facility type.
Creates and adds an facility to the container.
The facility type.
The callback for creation.
Creates and adds an facility to the container.
The facility type.
The callback for creation.
Adds a component to be managed by the container
Adds a component to be managed by the container
Adds a component to be managed by the container
The key by which the component gets indexed.
The to manage.
The with which to manage the component.
Adds a component to be managed by the container
The key by which the component gets indexed.
The service that the component implements.
The to manage.
The with which to manage the component.
Adds a component to be managed by the container.
The key to obtain the component will be the FullName of the type.
The to manage.
Adds a component to be managed by the container
The to manage.
The key by which the component gets indexed.
Adds a component to be managed by the container.
The key to obtain the component will be the FullName of the type.
The to manage.
The with which to manage the component.
Adds a component to be managed by the container
The service that the component implements.
The to manage.
The key by which the component gets indexed.
Adds a component to be managed by the container
The key to obtain the component will be the FullName of the type.
The service that the component implements.
The to manage.
The with which to manage the component.
Adds a component to be managed by the container
The to manage.
The key by which the component gets indexed.
The with which to manage the component.
Adds a component to be managed by the container
The key to obtain the component will be the FullName of the type.
The service that the component implements.
The to manage.
Adds a component to be managed by the container
The service that the component implements.
The to manage.
The key by which the component gets indexed.
The with which to manage the component.
Adds a concrete class as a component and specify the extended properties.
Used by facilities, mostly.
The key to obtain the component will be the FullName of the type.
Adds a concrete class as a component and specify the extended properties.
Used by facilities, mostly.
Adds a concrete class and an interface
as a component and specify the extended properties.
Used by facilities, mostly.
The key to obtain the component will be the FullName of the type.
Adds a concrete class and an interface
as a component and specify the extended properties.
Used by facilities, mostly.
Registers the components described by the s
with the .
The component registrations.
The container.
Installs the components provided by the s
with the .
The component installers.
The container.
Returns a component instance by the key
Returns a component instance by the service
Returns a component instance by the service
Returns a component instance by the key
Returns a component instance by the key
Returns a component instance by the service
Resolve all valid components that match this type.
The service type
Resolve all valid components that match this type.
The service type
Arguments to resolve the service
Resolve all valid components that match this type.
The service type
Arguments to resolve the service
Returns a component instance by the key
Returns a component instance by the key
Returns a component instance by the key
Returns a component instance by the service
Returns a component instance by the service
Returns a component instance by the key
Returns a component instance by the key
Returns a component instance by the service
Returns a component instance by the key
Releases a component instance
Registers a subcontainer. The components exposed
by this container will be accessible from subcontainers.
Removes (unregisters) a subcontainer. The components exposed by this container
will no longer be accessible to the child container.
Gets a child container instance by name.
The container's name.
The child container instance or null
Gets the service object of the specified type.
A service object of type serviceType.
An object that specifies the type of service object to get.
Gets the service object of the specified type.
A service object of type serviceType.
Executes Dispose on underlying
Gets the container's name
Only useful when child containers are being used
The container's name.
Returns the inner instance of the MicroKernel
Gets or sets the parent container if this instance
is a sub container.
Shortcut to the method
Shortcut to the method