Interface RemoteContentRenderingService
-
@ProviderType public interface RemoteContentRenderingServiceInterface for Osgi Service to get content rendered from the Remote Server
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.apache.http.client.methods.CloseableHttpResponsegetRemoteContentResponse(SlingHttpServletRequest request)Creates a Remote Request using the config from Sling Servlet Request and provides the Response object after executing it on the Remote Content Rendering Server
-
-
-
Method Detail
-
getRemoteContentResponse
@Nonnull org.apache.http.client.methods.CloseableHttpResponse getRemoteContentResponse(@Nonnull SlingHttpServletRequest request) throws RemoteContentRenderingException, java.io.IOExceptionCreates a Remote Request using the config from Sling Servlet Request and provides the Response object after executing it on the Remote Content Rendering Server- Parameters:
request- The AEM internal servlet request- Returns:
- The
CloseableHttpResponseObject - Throws:
RemoteContentRenderingExceptionjava.io.IOException
-
-