public class CDIUtil extends Object
Applicable to CDI version 1.0 or later
To specify a different JNDI name for the bean manager, please specify them in zk.xml as follows. (By default is java:comp/env/BeanManager) since 5.0.11.
org.zkoss.zkplus.cdi.beanManager.jndiName
java:comp/env/BeanManager
| Constructor and Description |
|---|
CDIUtil() |
| Modifier and Type | Method and Description |
|---|---|
static javax.enterprise.inject.spi.BeanManager |
getBeanManager()
Returns the CDI BeanManager.
|
Copyright © 2019. All rights reserved.