Package | Description |
---|---|
org.apache.sling.models.annotations.injectorspecific | |
org.apache.sling.models.caconfig.annotations |
Modifier and Type | Class and Description |
---|---|
interface |
ChildResource
Annotation to be used on either methods, fields or constructor parameters to let Sling Models inject a child resource
|
interface |
OSGiService
Annotation to be used on either methods, fields or constructor parameters to let Sling Models inject an OSGi service
|
interface |
RequestAttribute
Annotation to be used on either methods, fields or constructor parameters to let Sling Models inject a
request attribute.
|
interface |
ResourcePath
Annotation to be used on either methods, fields or constructor parameters to let Sling Models inject a
resource by path(s).
|
interface |
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)
|
interface |
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.
|
interface |
SlingObject
Injects common Sling objects that can be derived from either a SlingHttpServletRequest, a ResourceResolver or a
Resource.
|
interface |
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.
|
Modifier and Type | Class and Description |
---|---|
interface |
ContextAwareConfiguration
Annotation to be used on either methods, fields or constructor parameters to let Sling Models inject a context-aware configuration.
|
Copyright © 2022 The Apache Software Foundation. All rights reserved.