| Modifier and Type | Fields and Description | 
|---|---|
static String | 
IMG_SELECTOR  | 
static String | 
NAME  | 
static String | 
SELF  | 
| Modifier and Type | Optional Element and Description | 
|---|---|
boolean | 
inherit
Whether to get the link via inheriting 
 | 
org.apache.sling.models.annotations.injectorspecific.InjectionStrategy | 
injectionStrategy
if set to REQUIRED injection is mandatory, if set to OPTIONAL injection is optional, in case of DEFAULT the
 standard annotations (  
Optional, Required) are used. | 
boolean | 
isSelf
Whether the image should be attempted to be resolved from the root of the resource 
 | 
String[] | 
selectors
Selector to set on the injected Image object. 
 | 
public static final String NAME
public static final String SELF
public static final String IMG_SELECTOR
public abstract org.apache.sling.models.annotations.injectorspecific.InjectionStrategy injectionStrategy
Optional, Required) are used. If even those are not available the default injection
 strategy defined on the Model applies. Default value = DEFAULT.public abstract boolean isSelf
public abstract boolean inherit
public abstract String[] selectors
Copyright © 2019 ICF Next. All rights reserved.