public class XDocReportBindingResolver extends AbstractBindingResolver
Modifier and Type | Field and Description |
---|---|
protected fr.opensagres.xdocreport.template.formatter.FieldsMetadata |
metadata |
log, nuxeoWrapper
Constructor and Description |
---|
XDocReportBindingResolver(fr.opensagres.xdocreport.template.formatter.FieldsMetadata metadata) |
Modifier and Type | Method and Description |
---|---|
protected void |
handleBlobField(String paramName,
Blob blobValue) |
protected String |
handleHtmlField(String paramName,
String htmlValue) |
protected Object |
handleLoop(String paramName,
Object value) |
protected Object |
handlePictureField(String paramName,
Blob blobValue) |
getHtmlValue, getWrapper, resolve
protected final fr.opensagres.xdocreport.template.formatter.FieldsMetadata metadata
public XDocReportBindingResolver(fr.opensagres.xdocreport.template.formatter.FieldsMetadata metadata)
protected String handleHtmlField(String paramName, String htmlValue)
handleHtmlField
in class AbstractBindingResolver
protected void handleBlobField(String paramName, Blob blobValue)
handleBlobField
in class AbstractBindingResolver
protected Object handlePictureField(String paramName, Blob blobValue)
handlePictureField
in class AbstractBindingResolver
protected Object handleLoop(String paramName, Object value)
handleLoop
in class AbstractBindingResolver
Copyright © 2019 Nuxeo. All rights reserved.