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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.util.Map<java.lang.String,​java.lang.Object> getOptions()
      Returns the data from the processor that was able to process the URL.
      java.lang.String getProcessor()
      Returns the name of the processor that was able to process the URL.
    • Method Detail

      • getProcessor

        java.lang.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

        java.util.Map<java.lang.String,​java.lang.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