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
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the result of processing the given URL, null if processing is not possible or failed.
  • Method Details

    • process

      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