Interface UrlProcessor.Result

Enclosing interface:
UrlProcessor

public static interface UrlProcessor.Result
Since:
com.adobe.cq.wcm.core.components.services.embed 1.0.0
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the data from the processor that was able to process the URL.
    Returns the name of the processor that was able to process the URL.
  • Method Details

    • getProcessor

      String getProcessor()
      Returns the name of the processor that was able to process the URL.
      Returns:
      Name of the processor.
      Since:
      com.adobe.cq.wcm.core.components.services.embed 1.0.0
    • getOptions

      Map<String,Object> getOptions()
      Returns the data from the processor that was able to process the URL.
      Returns:
      Data from the processor that was able to process the URL.
      Since:
      com.adobe.cq.wcm.core.components.services.embed 1.0.0