Package | Description |
---|---|
io.neba.core.resourcemodels.mapping |
Contains the
Resource to ResourceModel
mapper implementation. |
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 |
---|---|
<T> T |
ResourceToModelMapper.map(org.apache.sling.api.resource.Resource resource,
ResolvedModelSource<T> resolvedModelSource) |
Modifier and Type | Method and Description |
---|---|
Collection<ResolvedModelSource<?>> |
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. |
Copyright © 2024. All rights reserved.