final String area = attributes[0];
final String documentId = attributes[1];
final String language = attributes[2];
try {
DocumentHelper helper = new DocumentHelper(objectModel);
url = helper.getDocumentUrl(documentId, area, language);
} catch (Exception e) {
throw new ConfigurationException("Resolving attribute [" + name + "] failed: ", e);
}
return url;