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 TypeMethodDescriptionReturns 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
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
-