| Package | Description |
|---|---|
| io.neba.core.resourcemodels.registration |
Resource models are detected during the construction phase of a bundle's application context
by the
ModelRegistrar. |
| Modifier and Type | Method and Description |
|---|---|
Collection<LookupResult> |
ModelRegistry.lookupAllModels(org.apache.sling.api.resource.Resource resource)
Finds the all models for the given
Resource, i.e. |
Collection<LookupResult> |
ModelRegistry.lookupMostSpecificModels(org.apache.sling.api.resource.Resource resource)
Finds the most specific models for the given
Resource, i.e. |
Collection<LookupResult> |
ModelRegistry.lookupMostSpecificModels(org.apache.sling.api.resource.Resource resource,
Class<?> targetType)
Finds the most specific models for the given resource which are
assignable to the target type. |
Collection<LookupResult> |
ModelRegistry.lookupMostSpecificModels(org.apache.sling.api.resource.Resource resource,
String beanName)
Finds the most specific models for the given
Resource. |
Copyright © 2014–2015. All rights reserved.