Modifier and Type | Field and Description |
---|---|
public static final String | CDI_CAPABILITY_NAME
Capability name for CDI Integration. |
public static final String | CDI_COMPONENT_NAME
Special string representing the name of a Component. |
public static final String | CDI_CONTAINER_ID
The attribute of the CDI extender requirement declaring the container's id. Require-Capability: osgi.extender; « filter:="(&(osgi.extender=osgi.cdi)(version>=1.0)(!(version>=2.0)))"; « container.id="my.container" |
public static final String | CDI_CONTAINER_ID_PROPERTY
The key used for the container id service property in services provided by CCR. |
public static final String | CDI_EXTENSION_PROPERTY
A service property applied to
|
public static final String | CDI_SPECIFICATION_VERSION
Compile time constant for the Specification Version of CDI Integration. |
public static final String | REQUIREMENT_BEANS_ATTRIBUTE
The ' |
public static final String | REQUIREMENT_DESCRIPTOR_ATTRIBUTE
The ' |
Access | Constructor and Description |
---|---|
private |
CDI_CAPABILITY_NAME | back to summary |
---|---|
public static final String CDI_CAPABILITY_NAME Capability name for CDI Integration.
Used in Require-Capability: osgi.extender; « filter:="(&(osgi.extender=osgi.cdi)(version>=1.0)(!(version>=2.0)))" |
CDI_COMPONENT_NAME | back to summary |
---|---|
public static final String CDI_COMPONENT_NAME Special string representing the name of a Component.
This string can be used with For example: @PID(CDI_COMPONENT_NAME) |
CDI_CONTAINER_ID | back to summary |
---|---|
public static final String CDI_CONTAINER_ID The attribute of the CDI extender requirement declaring the container's id. Require-Capability: osgi.extender; « filter:="(&(osgi.extender=osgi.cdi)(version>=1.0)(!(version>=2.0)))"; « container.id="my.container" |
CDI_CONTAINER_ID_PROPERTY | back to summary |
---|---|
public static final String CDI_CONTAINER_ID_PROPERTY The key used for the container id service property in services provided by CCR. |
CDI_EXTENSION_PROPERTY | back to summary |
---|---|
public static final String CDI_EXTENSION_PROPERTY A service property applied to
|
CDI_SPECIFICATION_VERSION | back to summary |
---|---|
public static final String CDI_SPECIFICATION_VERSION Compile time constant for the Specification Version of CDI Integration.
Used in |
REQUIREMENT_BEANS_ATTRIBUTE | back to summary |
---|---|
public static final String REQUIREMENT_BEANS_ATTRIBUTE The ' The value of this attribute is a list of bean class names that will be processed by CCR. The default value is an empty list. For example: Require-Capability: osgi.extender; « filter:="(&(osgi.extender=osgi.cdi)(version>=1.0)(!(version>=2.0)))"; « beans:List<String>="com.acme.Foo,com.acme.bar.Baz" |
REQUIREMENT_DESCRIPTOR_ATTRIBUTE | back to summary |
---|---|
public static final String REQUIREMENT_DESCRIPTOR_ATTRIBUTE The '
The value of this attribute is a list of bean CDI bean descriptor file
paths to be searched on the Require-Capability: osgi.extender; « filter:="(&(osgi.extender=osgi.cdi)(version>=1.0)(!(version>=2.0)))"; « descriptor:List<String>="META-INF/beans.xml" |
CDIConstants | back to summary |
---|---|
private CDIConstants() |