@Version("1.1.0")
Package org.apache.sling.models.annotations.injectorspecific
-
Enum Summary Enum Description InjectionStrategy -
Annotation Types Summary Annotation Type Description ChildResource Annotation to be used on either methods, fields or constructor parameters to let Sling Models inject a child resourceOSGiService Annotation to be used on either methods, fields or constructor parameters to let Sling Models inject an OSGi serviceRequestAttribute 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.