Interface UrlProcessor


  • public interface UrlProcessor
    Interface that defines a generic processor for a given URL.
    Since:
    com.adobe.cq.wcm.core.components.services.embed 1.0.0
    • Method Detail

      • process

        UrlProcessor.Result process​(java.lang.String url)
        Returns the result of processing the given URL, null if processing is not possible or failed.
        Parameters:
        url - The URL to process
        Returns:
        The UrlProcessor.Result of processing, null if processing is not possible or failed.
        Since:
        com.adobe.cq.wcm.core.components.services.embed 1.0.0