| Package | Description |
|---|---|
| griffon.core |
Core application classes.
|
| griffon.core.artifact |
Artifact types.
|
| griffon.core.injection |
JSR 330 compliant injection support.
|
| org.codehaus.griffon.runtime.core |
Core implementation [INTERNAL USE].
|
| org.codehaus.griffon.runtime.core.artifact |
Artifact implementation [INTERNAL USE].
|
| org.codehaus.griffon.runtime.core.injection |
JSR 330 compliant implementation [INTERNAL USE].
|
| Modifier and Type | Method and Description |
|---|---|
static ApplicationBootstrapper.Key |
ApplicationBootstrapper.Key.of(Binding<?> binding) |
| Modifier and Type | Method and Description |
|---|---|
Collection<Binding<?>> |
ArtifactHandler.initialize(Class<A>[] classes)
Initializes the handler with a collection of all available
classes this handler can process.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
InstanceBinding<T> |
interface |
ProviderBinding<T> |
interface |
ProviderTypeBinding<T> |
interface |
TargetBinding<T> |
| Modifier and Type | Method and Description |
|---|---|
List<Binding<?>> |
Module.getBindings() |
| Modifier and Type | Method and Description |
|---|---|
Injector |
InjectorFactory.createInjector(GriffonApplication application,
Iterable<Binding<?>> bindings) |
Injector<I> |
Injector.createNestedInjector(Iterable<Binding<?>> bindings) |
Injector<I> |
Injector.createNestedInjector(String name,
Iterable<Binding<?>> bindings) |
| Modifier and Type | Method and Description |
|---|---|
protected Iterable<Binding<?>> |
AbstractApplicationBootstrapper.createBindings() |
| Modifier and Type | Method and Description |
|---|---|
Collection<Binding<?>> |
AbstractArtifactHandler.initialize(Class<A>[] classes) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractArtifactHandler.createBindings(List<Binding<?>> bindings,
Class<A> clazz,
GriffonClass griffonClass) |
protected void |
ServiceArtifactHandler.createBindings(List<Binding<?>> bindings,
Class<GriffonService> clazz,
GriffonClass griffonClass) |
| Modifier and Type | Field and Description |
|---|---|
protected List<Binding<?>> |
AbstractModule.bindings |
| Modifier and Type | Method and Description |
|---|---|
Binding<T> |
BindingBuilder.getBinding() |
| Modifier and Type | Method and Description |
|---|---|
List<Binding<?>> |
AbstractModule.getBindings() |