| Package | Description |
|---|---|
| io.neba.core.resourcemodels.caching |
Contains the implementation of the
resource model cache API
as well as the default resource model cache implementation, the
configurable RequestScopedResourceModelCache. |
| io.neba.core.resourcemodels.mapping |
Contains the
Resource to ResourceModel
mapper implementation. |
| io.neba.core.util |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
ResourceModelCaches.lookup(Key key)
Looks up the
cached model
of the given type for the given resource. |
<T> void |
ResourceModelCaches.store(org.apache.sling.api.resource.Resource resource,
T model,
Key key)
Stores the model representing the result of the
adaptation of the given resource
to the given target type. |
| Modifier and Type | Class and Description |
|---|---|
class |
Mapping<T>
Represents a mapping of the form
resource path -> model. |
| Modifier and Type | Method and Description |
|---|---|
static Key |
Key.toKey(Object... contents) |
Copyright © 2014–2015. All rights reserved.