{
return;
}
final BackgroundSpecification backgroundSpecification =
layoutContext.getBackgroundSpecification();
final ResourceKey baseURL = DocumentContextUtility.getBaseResource
(process.getDocumentContext());
for (int i = 0; i < length; i++)
{
final CSSValue item = list.getItem(i);
if (CSSValueResolverUtility.isURI(item))
{
final CSSStringValue svalue = (CSSStringValue) item;
try
{
final ResourceKey sourceURL = process.getResourceManager().deriveKey
(baseURL, svalue.getValue());
// todo: We have to rethink the image feeding ..
// backgroundSpecification.setBackgroundImage
// (i, new URLLayoutImageData(sourceURL, svalue.getValue()));
}