org.jboss.seam.wicket.util
Class NonContextual<T>
java.lang.Object
org.jboss.seam.wicket.util.NonContextual<T>
- Type Parameters:
T -
public class NonContextual<T>
- extends Object
Perform production, injection, lifecycle callbacks and cleanup on a
non-contextual object
- Author:
- pmuir, cpopetz, ivaynberg
|
Constructor Summary |
NonContextual(javax.enterprise.inject.spi.BeanManager manager,
Class<? extends T> clazz)
Create an injector for the given class |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NonContextual
public NonContextual(javax.enterprise.inject.spi.BeanManager manager,
Class<? extends T> clazz)
- Create an injector for the given class
of
public static <T> NonContextual<T> of(Class<? extends T> clazz,
javax.enterprise.inject.spi.BeanManager manager)
newInstance
public NonContextual.Instance<T> newInstance()
existingInstance
public NonContextual.Instance<T> existingInstance(T instance)
Copyright © 2011 Seam Framework. All Rights Reserved.