| Package | Description |
|---|---|
| com.caucho.config.extension | |
| com.caucho.config.inject |
| Modifier and Type | Method and Description |
|---|---|
<T,X> <any> |
ExtensionManager.processProducerMethod(ProducesMethodBean<T,X> bean) |
| Constructor and Description |
|---|
ProcessProducerMethodImpl(InjectManager manager,
ProducesMethodBean<X,T> bean) |
| Modifier and Type | Method and Description |
|---|---|
static <X,T> ProducesMethodBean<X,T> |
ProducesMethodBean.create(InjectManager manager,
<any> producer,
<any> producesMethod,
Arg<? super X>[] producesArgs,
<any> disposesMethod,
Arg<? super X>[] disposesArgs) |
| Modifier and Type | Method and Description |
|---|---|
<X,T> void |
InjectManager.addProducesBean(ProducesMethodBean<X,T> bean) |