org.apache.myfaces.cdi.util
Class CDIUtils
java.lang.Object
org.apache.myfaces.cdi.util.CDIUtils
public class CDIUtils
- extends Object
- Author:
- Leonardo Uribe
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CDIUtils
public CDIUtils()
getBeanManager
public static javax.enterprise.inject.spi.BeanManager getBeanManager(ExternalContext externalContext)
lookup
public static <T> T lookup(javax.enterprise.inject.spi.BeanManager bm,
Class<T> clazz)
lookup
public static Object lookup(javax.enterprise.inject.spi.BeanManager bm,
String name)
Copyright © 2015 The Apache Software Foundation. All rights reserved.