Uses of Class
org.osgi.service.cdi.runtime.dto.template.ContainerTemplateDTO
-
Packages that use ContainerTemplateDTO Package Description org.osgi.service.cdi.runtime CDI Integration Package Version 1.0.org.osgi.service.cdi.runtime.dto CDI Integration Package Version 1.0. -
-
Uses of ContainerTemplateDTO in org.osgi.service.cdi.runtime
Methods in org.osgi.service.cdi.runtime that return ContainerTemplateDTO Modifier and Type Method Description ContainerTemplateDTO
CDIComponentRuntime. getContainerTemplateDTO(org.osgi.framework.Bundle bundle)
Returns theContainerTemplateDTO
for the specified bundle -
Uses of ContainerTemplateDTO in org.osgi.service.cdi.runtime.dto
Fields in org.osgi.service.cdi.runtime.dto declared as ContainerTemplateDTO Modifier and Type Field Description ContainerTemplateDTO
ContainerDTO. template
The template of this Container DTO.
-