|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.webbeans.inject.OWBInjector
public final class OWBInjector
Injects dependencies of the given Java EE component instance.
| Constructor Summary | |
|---|---|
OWBInjector()
|
|
OWBInjector(WebBeansContext webBeansContext)
Creates a new instance |
|
| Method Summary | |
|---|---|
void |
destroy()
Release dependents. |
OWBInjector |
inject(Object javaEeComponentInstance)
Inject dependencies of given instance. |
OWBInjector |
inject(Object javaEeComponentInstance,
javax.enterprise.context.spi.CreationalContext<?> creationalContext)
Inject dependencies of given instance. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public OWBInjector()
public OWBInjector(WebBeansContext webBeansContext)
webBeansContext - | Method Detail |
|---|
public OWBInjector inject(Object javaEeComponentInstance)
throws Exception
javaEeComponentInstance - instance
Exception - if exception occurs
public OWBInjector inject(Object javaEeComponentInstance,
javax.enterprise.context.spi.CreationalContext<?> creationalContext)
throws Exception
javaEeComponentInstance - instancecreationalContext - context
Exception - if exception occurspublic void destroy()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||