Class Flash


  • public class Flash
    extends AbstractFoundationComponent
    Wraps the Flash foundation component, providing methods for editing it. See /libs/foundation/components/flash in the repository for implementation details.
    • Constructor Detail

      • Flash

        public Flash​(ComponentClient client,
                     String pagePath,
                     String location,
                     String nameHint)
        The constructor stores all the component path information like parentPage, name etc.
        Parameters:
        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.
    • Method Detail

      • uploadAnimation

        public org.apache.sling.testing.clients.SlingHttpResponse uploadAnimation​(String mimeType,
                                                                                  String fileName,
                                                                                  String resourcePath,
                                                                                  int... expectedStatus)
                                                                           throws org.apache.sling.testing.clients.ClientException,
                                                                                  UnsupportedEncodingException
        uploads the image to be used by the image component
        Parameters:
        mimeType - MIME type of image
        fileName - image name
        resourcePath - path to the image resource
        expectedStatus - list of allowed HTTP Status to be returned. if not set, status 200 is assumed
        Returns:
        a SlingHttpResponse wrapping the HTML response returned by Sling
        Throws:
        org.apache.sling.testing.clients.ClientException - If something fails during request/response cycle
        UnsupportedEncodingException - never
      • uploadAltImage

        public org.apache.sling.testing.clients.SlingHttpResponse uploadAltImage​(String mimeType,
                                                                                 String imageName,
                                                                                 String resourcePath,
                                                                                 int... expectedStatus)
                                                                          throws org.apache.sling.testing.clients.ClientException
        uploads the image to be used by the image component
        Parameters:
        mimeType - MIME type of image
        imageName - image name
        resourcePath - path to the image resource
        expectedStatus - list of allowed HTTP Status to be returned. if not set, status 200 is assumed
        Returns:
        a SlingHttpResponse wrapping the HTML response returned by Sling
        Throws:
        org.apache.sling.testing.clients.ClientException - If something fails during request/response cycle
      • deleteAnimationFile

        public void deleteAnimationFile()
                                 throws org.apache.sling.testing.clients.ClientException,
                                        InterruptedException
        Throws:
        org.apache.sling.testing.clients.ClientException
        InterruptedException
      • deleteAltImage

        public void deleteAltImage()
                            throws org.apache.sling.testing.clients.ClientException,
                                   InterruptedException
        Sets properties to remove image upon save.
        Throws:
        org.apache.sling.testing.clients.ClientException - if the request fails
        InterruptedException - to mark this method as waiting
      • getImagePath

        public String getImagePath()
      • getResourceType

        public String getResourceType()
        Description copied from class: AbstractComponent
        The resource type for the component, e.g. foundation/components/text. this will be set in the sling:resourceType property of the node.
        Specified by:
        getResourceType in class AbstractComponent
        Returns:
        the resource type