public class Image extends AbstractFoundationComponent
/libs/foundation/components/image in the repository for implementation details.| Modifier and Type | Field and Description |
|---|---|
static String |
PROP_ALT_TEXT |
static String |
PROP_DESCRIPTION |
static String |
PROP_FILE |
static String |
PROP_FILE_MOVE_FROM |
static String |
PROP_FILE_NAME |
static String |
PROP_FILE_REFERENCE |
static String |
PROP_FILE_TMP |
static String |
PROP_HEIGHT |
static String |
PROP_IMAGE_CROP |
static String |
PROP_IMAGE_MAP |
static String |
PROP_IMAGE_ROTATE |
static String |
PROP_LINK_URL |
static String |
PROP_TITLE |
static String |
PROP_UNDO_BLOBS |
static String |
PROP_WIDTH |
static String |
RESOURCE_TYPE |
changeProperties, client, componentPath, DEFAULT_LOCATION, jsonNode, location, pagePath| Constructor and Description |
|---|
Image(ComponentClient client,
String pagePath,
String location,
String nameHint)
The constructor stores all the component path information like parentPage, name etc.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getResourceType()
The resource type for the component, e.g.
|
void |
setDeleteImage()
Sets properties to remove image upon save.
|
void |
setImageReference(String imageReference)
Set properties to reference an image in the repository.
|
org.apache.sling.testing.clients.SlingHttpResponse |
uploadImage(String mimeType,
String imageName,
String resourcePath,
int... expectedStatus)
uploads the image to be used by the image component
|
create, getClient, getComponentNode, getComponentPath, getCreateFormEntity, getFirstChild, getLocation, getName, getNext, getNextNodePath, getPagePath, getParentPath, getPrevious, getPreviousNodePath, getProperty, getPropertyAsString, getPropertyAsStringArray, reorder, save, setProperty, setPropertypublic static final String RESOURCE_TYPE
public static final String PROP_FILE_REFERENCE
public static final String PROP_UNDO_BLOBS
public static final String PROP_FILE
public static final String PROP_FILE_TMP
public static final String PROP_FILE_NAME
public static final String PROP_WIDTH
public static final String PROP_HEIGHT
public static final String PROP_IMAGE_CROP
public static final String PROP_IMAGE_ROTATE
public static final String PROP_IMAGE_MAP
public static final String PROP_TITLE
public static final String PROP_ALT_TEXT
public static final String PROP_DESCRIPTION
public static final String PROP_LINK_URL
public static final String PROP_FILE_MOVE_FROM
public Image(ComponentClient client, String pagePath, String location, String nameHint)
client - The FoundationClient that's
creating this
instance.pagePath - path to the page that will contain the component.location - relative location to the parent node inside the page that will contain the component node.nameHint - name to be used for the component node. Might get altered by the server if a naming conflict
occurs. The AbstractComponent.getName() method will return the correct name after (String,int...) has been called.public org.apache.sling.testing.clients.SlingHttpResponse uploadImage(String mimeType, String imageName, String resourcePath, int... expectedStatus) throws org.apache.sling.testing.clients.ClientException
mimeType - MIME type of imageimageName - image nameresourcePath - path to the image resourceexpectedStatus - list of allowed HTTP Status to be returned. if not set, status 200 is assumedSlingHttpResponse wrapping the HTML response returned by Slingorg.apache.sling.testing.clients.ClientException - If something fails during request/response cyclepublic void setImageReference(String imageReference)
imageReference - reference path to image in repository.public void setDeleteImage()
public String getResourceType()
AbstractComponentsling:resourceType property of the node.getResourceType in class AbstractComponentCopyright © 2018. All rights reserved.