ResourceModel
.See: Description
Exception | Description |
---|---|
AfterMapping.ExceptionInAfterMappingMethod |
Represents an issue when invoking a model method annotated with
AfterMapping . |
Annotation Type | Description |
---|---|
AfterMapping |
Methods of a
ResourceModel with this annotation are invoked after
all properties have been mapped from the model's resource. |
Children | |
Filter |
Can be used to specify an OSGi service filter to narrow the service(s) that shall be
injected.
|
Path |
Defines the relative or absolute path of a property or resource mapped to a
field.
|
Reference |
Marks a field as containing a reference, i.e.
|
ResourceModel |
A resource model represents sling
resources with
specific sling resource types, JCR primary node types or mixin types. |
This |
Fields with this annotation refer to the current
resource ,
i.e. |
Unmapped |
Excludes a field from the resource-to-model mapping.
|
ResourceModel
.Copyright © 2024. All rights reserved.