@Version(value="1.0.2")
| 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.
|
| ScriptVariable |
Annotation to be used on either methods, fields or constructor parameters to let Sling Models inject a
script variable (from the
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 |
Annotation to be used on either methods, fields or constructor parameters to let Sling Models inject a
Sling-related context object.
|
| 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 © 2014 The Apache Software Foundation. All rights reserved.