mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Adding some debug logging to HTMLRendering and Rendition code.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@23057 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -469,6 +469,10 @@ public abstract class AbstractRenderingEngine extends ActionExecuterAbstractBase
|
||||
checkSourceNodeExists(sourceNode);
|
||||
|
||||
ChildAssociationRef renditionAssoc = createRenditionNodeAssoc(sourceNode, renditionDefinition);
|
||||
if (logger.isDebugEnabled())
|
||||
{
|
||||
logger.debug("Created rendition assoc: " + renditionAssoc);
|
||||
}
|
||||
QName targetContentProp = getRenditionContentProperty(renditionDefinition);
|
||||
NodeRef destinationNode = renditionAssoc.getChildRef();
|
||||
RenderingContext context = new RenderingContext(sourceNode,//
|
||||
|
Reference in New Issue
Block a user