org.sape.carbon.core.component.factory |
Provides for the construction of live Carbon Components in the form specified
by their template configuration. These classes instantiate each part of a
component (the functional implementation, the set of assistants and the
proxy that ties them all together) and then coordinates their assembly
into a live component.
|
Java Source File Name | Type | Comment |
ComponentFactory.java | Interface | |
ComponentFactoryConfiguration.java | Interface | |
ComponentTemplateConfiguration.java | Interface | This configuration represents the construction template for a carbon
component. |
DecoratorConfiguration.java | Interface | This configuration represents the factory settings for a requested
decorator. |
DefaultComponentFactory.java | Class | This implementation of ComponentFactory constructs the
component by assembling the component's functional implementation with
various ComponentAssistants defined by the factory's
configuration. |