Uses of Class
org.osgi.service.cdi.runtime.dto.template.ComponentTemplateDTO
-
Packages that use ComponentTemplateDTO Package Description org.osgi.service.cdi.runtime.dto CDI Integration Package Version 1.0.org.osgi.service.cdi.runtime.dto.template CDI Integration Package Version 1.0. -
-
Uses of ComponentTemplateDTO in org.osgi.service.cdi.runtime.dto
Fields in org.osgi.service.cdi.runtime.dto declared as ComponentTemplateDTO Modifier and Type Field Description ComponentTemplateDTO
ComponentDTO. template
The template of this component. -
Uses of ComponentTemplateDTO in org.osgi.service.cdi.runtime.dto.template
Fields in org.osgi.service.cdi.runtime.dto.template with type parameters of type ComponentTemplateDTO Modifier and Type Field Description java.util.List<ComponentTemplateDTO>
ContainerTemplateDTO. components
The components defined in this CDI container.
-