@Version(value="1.1.0")
Enum | Description |
---|---|
InjectionStrategy |
Annotation Type | Description |
---|---|
ChildResource |
Annotation to be used on either methods, fields or constructor parameters to let Sling Models inject a child resource
|
OSGiService |
Annotation to be used on either methods, fields or constructor parameters to let Sling Models inject an OSGi service
|
RequestAttribute |
Annotation to be used on either methods, fields or constructor parameters to let Sling Models inject a
request attribute.
|
ResourcePath |
Annotation to be used on either methods, fields or constructor parameters to let Sling Models inject a
resource by path(s).
|
ScriptVariable |
Annotation to be used on either methods, fields or constructor parameters to let Sling Models inject a
script variable (from the org.apache.sling.api.scripting.SlingBindings)
|
Self |
Annotation to be used on either methods, fields or constructor parameters to let Sling Models
inject the adaptable itself, or an object that can be adapted from it.
|
SlingObject |
Injects common Sling objects that can be derived from either a SlingHttpServletRequest, a ResourceResolver or a
Resource.
|
ValueMapValue |
Annotation to be used on either methods, fields or constructor parameter to let Sling Models
inject a value from the ValueMap of the current resource.
|
Copyright © 2010 - 2020 Adobe. All Rights Reserved