Interface UrlProcessor
-
public interface UrlProcessorInterface that defines a generic processor for a given URL.- Since:
- com.adobe.cq.wcm.core.components.services.embed 1.0.0
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceUrlProcessor.Result
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UrlProcessor.Resultprocess(String url)Returns the result of processing the given URL,nullif processing is not possible or failed.
-
-
-
Method Detail
-
process
UrlProcessor.Result process(String url)
Returns the result of processing the given URL,nullif processing is not possible or failed.- Parameters:
url- The URL to process- Returns:
- The
UrlProcessor.Resultof processing,nullif processing is not possible or failed. - Since:
- com.adobe.cq.wcm.core.components.services.embed 1.0.0
-
-