Interface UrlProcessor
public interface UrlProcessor
Interface 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 -
Method Summary
Modifier and TypeMethodDescriptionReturns the result of processing the given URL,nullif processing is not possible or failed.
-
Method Details
-
process
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
-