|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.weld.wicket.util.NonContextual<T>
T - public class NonContextual<T>
Perform production, injection, lifecycle callbacks and cleanup on a non-contextual object
| Nested Class Summary | |
|---|---|
static class |
NonContextual.Instance<T>
Represents a non-contextual instance |
| Constructor Summary | |
|---|---|
NonContextual(javax.enterprise.inject.spi.BeanManager manager,
java.lang.Class<? extends T> clazz)
Create an injector for the given class |
|
| Method Summary | |
|---|---|
NonContextual.Instance<T> |
existingInstance(T instance)
|
NonContextual.Instance<T> |
newInstance()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NonContextual(javax.enterprise.inject.spi.BeanManager manager,
java.lang.Class<? extends T> clazz)
| Method Detail |
|---|
public NonContextual.Instance<T> newInstance()
public NonContextual.Instance<T> existingInstance(T instance)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||