| Package | Description |
|---|---|
| com.sun.enterprise.v3.admin | |
| org.glassfish.common.util.admin | |
| org.glassfish.config.support | |
| org.jvnet.hk2.config |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
CommandRunnerImpl.injectParameters(CommandModel model,
Object injectionTarget,
InjectionResolver<Param> injector,
ActionReport report) |
| Modifier and Type | Class and Description |
|---|---|
class |
MapInjectionResolver
An InjectionResolver that uses a ParameterMap object as the source of
the data to inject.
|
| Modifier and Type | Method and Description |
|---|---|
InjectionResolver<Param> |
GenericCrudCommand.getInjectionResolver() |
| Modifier and Type | Method and Description |
|---|---|
void |
GenericCrudCommand.setInjectionResolver(InjectionResolver<Param> injector)
we need to have access to the injector instance that has all the parameters context
|
| Modifier and Type | Field and Description |
|---|---|
InjectionResolver[] |
InjectionManager.InjectContext.targets |
| Modifier and Type | Method and Description |
|---|---|
protected void |
InjectionManager.error_injectionException(InjectionResolver target,
Annotation inject,
AnnotatedElement injectionPoint,
Throwable e) |
void |
InjectionManager.inject(Object component,
Class type,
InjectionResolver... targets)
Initializes the component by performing injection.
|
void |
InjectionManager.inject(Object component,
ExecutorService es,
InjectionResolver... targets)
Initializes the component by performing injection.
|
void |
InjectionManager.inject(Object component,
InjectionResolver... targets)
Initializes the component by performing injection.
|
protected void |
InjectionManager.syncDoInject(Object component,
Class type,
InjectionResolver... targets)
Initializes the component by performing injection.
|
| Constructor and Description |
|---|
InjectContext(Object component,
ExecutorService es,
InjectionResolver[] targets) |
InjectField(InjectionManager.InjectClass iClass,
Field field,
Annotation inject,
InjectionResolver target) |
InjectMethod(InjectionManager.InjectClass iClass,
Method method,
Annotation inject,
InjectionResolver target) |
Copyright © 2019. All rights reserved.