| Package | Description |
|---|---|
| org.apache.aries.cdi.spi |
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
|
| Modifier and Type | Method and Description |
|---|---|
abstract CDIContainerInitializer |
CDIContainerInitializer.addBeanClasses(Class<?>... classes)
Adds the listed classes to the resulting synthetic bean archive.
|
abstract CDIContainerInitializer |
CDIContainerInitializer.addBeanXmls(URL... beanXmls)
Adds the listed bean.xml files the resulting synthetic bean archive
|
abstract CDIContainerInitializer |
CDIContainerInitializer.addExtension(javax.enterprise.inject.spi.Extension extension,
Map<String,Object> properties)
Adds the given Extension instance along with any service properties available to the synthetic bean archive
|
abstract CDIContainerInitializer |
CDIContainerInitializer.addProperty(String key,
Object value)
Adds a configuration property to the container
|
abstract CDIContainerInitializer |
CDIContainerInitializer.setBundleContext(org.osgi.framework.BundleContext bundleContext)
Sets the
BundleContext for which this synthetic bean archive is created |
abstract CDIContainerInitializer |
CDIContainerInitializer.setClassLoader(SpiLoader spiLoader)
Sets the SpiLoader for this synthetic bean archive
|
Copyright © 2020 The Apache Software Foundation. All rights reserved.