org.zkoss.zkplus.cdi
Class CDIUtil

java.lang.Object
  extended by org.zkoss.zkplus.cdi.CDIUtil

public class CDIUtil
extends java.lang.Object

Some generic utility for use with CDI.

Author:
henrichen

Constructor Summary
CDIUtil()
           
 
Method Summary
static javax.enterprise.inject.spi.BeanManager getBeanManager()
          Returns the CDI BeanManager.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CDIUtil

public CDIUtil()
Method Detail

getBeanManager

public static javax.enterprise.inject.spi.BeanManager getBeanManager()
Returns the CDI BeanManager. Default implementation use JNDI to lookup "java:comp/env/BeanManager".



Copyright © 2005-2009 Potix Corporation. All Rights Reserved. SourceForge.net Logo