org.jboss.seam.render.util
Class BeanManagerUtils
java.lang.Object
org.jboss.seam.render.util.BeanManagerUtils
public abstract class BeanManagerUtils
- extends Object
Warning: ***DO NOT USE THIS CLASS***
- Author:
- Lincoln Baxter, III
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BeanManagerUtils
public BeanManagerUtils()
getContextualInstance
public static <T> T getContextualInstance(javax.enterprise.inject.spi.BeanManager manager,
Class<T> type)
injectNonContextualInstance
public static void injectNonContextualInstance(javax.enterprise.inject.spi.BeanManager manager,
Object instance)
Copyright © 2011 Seam Framework. All Rights Reserved.