MAPResponseCallback.createURLRewriter(pageContext, PageURLType.OBJECT));
// Send MediaAgent request.
MediaAgent mediaAgent = pageContext.getMediaAgent(true);
mediaAgent.requestURL(request, callback);
} catch (URISyntaxException e) {
throw new XDIMEException(e);
} catch (RepositoryException e) {
throw new XDIMEException(e);