Uses of Annotation Type
org.apache.sling.models.spi.injectorspecific.InjectAnnotation

Packages that use InjectAnnotation
  • Uses of InjectAnnotation in org.apache.sling.models.annotations.injectorspecific

    Modifier and Type
    Class
    Description
    @interface 
    Annotation to be used on either methods, fields or constructor parameters to let Sling Models inject a child resource
    @interface 
    Annotation to be used on either methods, fields or constructor parameters to let Sling Models inject an OSGi service
    @interface 
    Annotation to be used on either methods, fields or constructor parameters to let Sling Models inject a request attribute.
    @interface 
    Annotation to be used on either methods, fields or constructor parameters to let Sling Models inject a resource by path(s).
    @interface 
    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 
    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 
    Injects common Sling objects that can be derived from either a SlingHttpServletRequest, a ResourceResolver or a Resource.
    @interface 
    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.
  • Uses of InjectAnnotation in org.apache.sling.models.caconfig.annotations

    Modifier and Type
    Class
    Description
    @interface 
    Annotation to be used on either methods, fields or constructor parameters to let Sling Models inject a context-aware configuration.