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 Map<String,Object>getOptions()Returns the data from the processor that was able to process the URL.StringgetProcessor()Returns the name of the processor that was able to process the URL.
-
-
-
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
-
-