public class ContainerTemplateDTO extends DTO
| Modifier and Type | Field and Description |
|---|---|
java.util.List<ComponentTemplateDTO> |
components
The components defined in this CDI container.
|
java.util.List<ExtensionTemplateDTO> |
extensions
The extension dependencies of this CDI container.
|
java.lang.String |
id
The id of the CDI container.
|
| Constructor and Description |
|---|
ContainerTemplateDTO() |
public java.lang.String id
public java.util.List<ExtensionTemplateDTO> extensions
Must not be null
May be empty if the CDI container does not require CDI extensions.
public java.util.List<ComponentTemplateDTO> components
Must not be null
Has at lest one element for the container component.
See Container Component.
Copyright © OSGi Alliance (2000, 2018). All Rights Reserved. Licensed under the OSGi Specification License, Version 2.0