| Package | Description |
|---|---|
| io.neba.core.resourcemodels.mapping |
Contains the
Resource to ResourceModel
mapper implementation. |
| io.neba.core.resourcemodels.metadata |
Contains implementations representing the
resource model metadata
created during both resource model registration and usage. |
| io.neba.core.resourcemodels.registration |
Resource models are detected during the construction phase of a bundle's application context
by the
ModelRegistrar. |
| io.neba.core.selftests |
Contains the implementation of both registration and execution of
self tests
as well as the SelftestConsolePlugin making the tests available via the felix console. |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
ResourceToModelMapper.map(org.apache.sling.api.resource.Resource resource,
OsgiBeanSource<T> modelSource) |
| Modifier and Type | Method and Description |
|---|---|
ResourceModelMetaData |
ResourceModelMetaDataRegistrar.register(OsgiBeanSource<?> beanSource) |
| Modifier and Type | Method and Description |
|---|---|
OsgiBeanSource<?> |
LookupResult.getSource() |
| Modifier and Type | Method and Description |
|---|---|
List<OsgiBeanSource<?>> |
ModelRegistry.getBeanSources() |
Map<String,Collection<OsgiBeanSource<?>>> |
ModelRegistry.getTypeMappings() |
| Modifier and Type | Method and Description |
|---|---|
void |
ModelRegistry.add(String[] types,
OsgiBeanSource<?> source)
Adds the type[] -&t; model relationship to the registry.
|
| Constructor and Description |
|---|
LookupResult(OsgiBeanSource<?> source,
String resourceType) |
| Modifier and Type | Class and Description |
|---|---|
class |
SelftestReference
References a
SelfTest, i.e. |
Copyright © 2014–2015. All rights reserved.