Interface UrlProcessor.Result

  • Enclosing interface:
    UrlProcessor

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

      • 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