|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.weld.wicket.util.NonContextual.Instance<T>
T - public static class NonContextual.Instance<T>
Represents a non-contextual instance
| Method Summary | |
|---|---|
NonContextual.Instance<T> |
dispose()
Dispose of the instance, doing any necessary cleanup |
T |
get()
Get the instance |
NonContextual.Instance<T> |
inject()
Inject the instance |
NonContextual.Instance<T> |
postConstruct()
Call the @PostConstruct callback |
NonContextual.Instance<T> |
preDestroy()
Call the @PreDestroy callback |
NonContextual.Instance<T> |
produce()
Create the instance |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public T get()
public NonContextual.Instance<T> produce()
public NonContextual.Instance<T> inject()
public NonContextual.Instance<T> postConstruct()
public NonContextual.Instance<T> preDestroy()
public NonContextual.Instance<T> dispose()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||