Package and Description |
---|
io.neba.api.tags |
Class and Description |
---|
io.neba.api.tags.DefineObjectsTag
Using this tag library to automatically to adapt to the most specific model is deprecated
as it introduces implicit and intransparent coupling between a view and a model. This coupling is
easily broken by introducing a new model for the same resource type. This is almost impossible to foresee and
hard to fix. Thus, instead of using this tag, explicitly adapting the resource to the desired model via the sling tag library,
e.g.
<sling:adaptTo adaptable="${resource}" adaptTo="my.model.Type" var="someName" /> , is advised. |
Annotation Type Element and Description |
---|
io.neba.api.annotations.ResourceModel.types
use
ResourceModel.value() instead. This method will be removed in future versions of neba. |
Copyright © 2024. All rights reserved.