public class Flash extends AbstractFoundationComponent
/libs/foundation/components/flash
in the repository for implementation details.Modifier and Type | Field and Description |
---|---|
static String |
PROP_ATTRIBUTES |
static String |
PROP_BG_COLOR |
static String |
PROP_FILE |
static String |
PROP_FILE_MOVE_FROM |
static String |
PROP_FILE_TMP |
static String |
PROP_FILENAME |
static String |
PROP_HEIGHT |
static String |
PROP_IMAGE_FILE |
static String |
PROP_IMAGE_FILE_MOVE_FROM |
static String |
PROP_IMAGE_FILE_TMP |
static String |
PROP_MENU |
static String |
PROP_MIN_FLASH_VERSION |
static String |
PROP_WIDTH |
static String |
PROP_WMODE |
static String |
RESOURCE_TYPE |
changeProperties, client, componentPath, DEFAULT_LOCATION, jsonNode, location, pagePath
Constructor and Description |
---|
Flash(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 |
---|---|
void |
deleteAltImage()
Sets properties to remove image upon save.
|
void |
deleteAnimationFile() |
String |
getImagePath() |
String |
getResourceType()
The resource type for the component, e.g.
|
org.apache.sling.testing.clients.SlingHttpResponse |
uploadAltImage(String mimeType,
String imageName,
String resourcePath,
int... expectedStatus)
uploads the image to be used by the image component
|
org.apache.sling.testing.clients.SlingHttpResponse |
uploadAnimation(String mimeType,
String fileName,
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, setProperty
public static final String RESOURCE_TYPE
public static final String PROP_FILE
public static final String PROP_FILE_TMP
public static final String PROP_FILE_MOVE_FROM
public static final String PROP_ATTRIBUTES
public static final String PROP_BG_COLOR
public static final String PROP_MIN_FLASH_VERSION
public static final String PROP_MENU
public static final String PROP_WMODE
public static final String PROP_WIDTH
public static final String PROP_HEIGHT
public static final String PROP_FILENAME
public static final String PROP_IMAGE_FILE
public static final String PROP_IMAGE_FILE_TMP
public static final String PROP_IMAGE_FILE_MOVE_FROM
public Flash(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 uploadAnimation(String mimeType, String fileName, String resourcePath, int... expectedStatus) throws org.apache.sling.testing.clients.ClientException, UnsupportedEncodingException
mimeType
- MIME type of imagefileName
- 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 cycleUnsupportedEncodingException
- neverpublic org.apache.sling.testing.clients.SlingHttpResponse uploadAltImage(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 deleteAnimationFile() throws org.apache.sling.testing.clients.ClientException, InterruptedException
org.apache.sling.testing.clients.ClientException
InterruptedException
public void deleteAltImage() throws org.apache.sling.testing.clients.ClientException, InterruptedException
org.apache.sling.testing.clients.ClientException
- if the request failsInterruptedException
- to mark this method as waitingpublic String getImagePath()
public String getResourceType()
AbstractComponent
sling:resourceType
property of the node.getResourceType
in class AbstractComponent
Copyright © 2018. All rights reserved.