See: Description
Enum | Description |
---|---|
ApiLink.SCOPE |
Defines the scope in which the link will be serialized in.
|
ApiProperty.SCOPE |
Defines the scope in which the property is being serialized in.
|
Annotation Type | Description |
---|---|
ApiAction |
Registers an action with the API framework.
|
ApiEntities |
This annotation can be used on a public method.
|
ApiFilter |
Use this annotation to create filters for lists of sub entities.
|
ApiHeader |
Annotation for defining headers to be set in the response to read requests for the Resource described by the
model.
|
ApiLink |
This annotation can be used on a public field or method.
|
ApiModel |
Registers a model with the Api Framework.
|
ApiOrderBy |
This annotation can be applied to a parameter of an ApiEntities method.
|
ApiPaginationLimit |
This annotation can be applied to a parameter of an ApiEntities method.
|
ApiPaginationStart |
This annotation can be applied to a parameter of an ApiEntities method.
|
ApiProperty |
Registers a property getter with the API framework.
|
ApiQuery |
This allows a model to process queries from the URL.
|
ApiRoot |
Defines the Root of a particular category.
|
ApiSyntheticModel |
This annotation marks a model as synthetic.
|
HttpFormParam |
Use this annotation to bind specific java parameters to HTTP form parameters coming from the request.
|
HttpRequestParam |
Use this annotation to bind a specific java parameter to the SlingHttpRequest.
|
Copyright © 2010 - 2020 Adobe. All Rights Reserved