Package | Description |
---|---|
org.apache.sling.models.annotations | |
org.apache.sling.models.annotations.injectorspecific |
Modifier and Type | Class and Description |
---|---|
interface |
Filter
Provide a filter on an @Inject.
|
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.
|
interface |
ScriptVariable
Annotation to be used on either methods, fields or constructor parameters to let Sling Models inject a
script variable (from the
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
Annotation to be used on either methods, fields or constructor parameters to let Sling Models inject a
Sling-related context object.
|
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.
|
Copyright © 2014 The Apache Software Foundation. All rights reserved.