public class CDIUtil
extends java.lang.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 © 2005-2021 Potix Corporation. All Rights Reserved.