| Interface | Description |
|---|---|
| ArooaContextAware | |
| ArooaLifeAware |
Implementers will be informed of framework life cycle events.
|
| ArooaSessionAware |
Something that can accept an
ArooaSession. |
| ComponentPersister |
Something capable of persisting a component.
|
| ComponentProxyResolver |
Used to resolve an object into a proxy for that object.
|
| Class | Description |
|---|---|
| BaseElementMappings | |
| ClassLoaderClassResolver |
A
ClassResolver that just delegates to a standard
ClassLoader |
| ClassResolverClassLoader | |
| ElementsForIdentifier | |
| InstantiationContext |
Collect together everything to required to find
ElementMappings. |
| LifecycleInterfaceFactory |
Check for annotations for
ArooaLifeAware. |
| SimpleArooaClass |
Wrapper for a standard Java class.
|
| Exception | Description |
|---|---|
| ArooaElementException |
An exception used when creation fails.
|
| ComponentPersistException |
An exception to use when persistence fails.
|
| Annotation Type | Description |
|---|---|
| Configured |
Annotate a method for the configured of an
ArooaLifeAware. |
| Destroy |
Annotate a method for the destroy of an
ArooaLifeAware. |
| Initialised |
Annotate a method for the initialised of an
ArooaLifeAware. |
Relating to the Arooa Life-cycle.
Copyright © 2023. All rights reserved.