H A D | AbstractExporter.java | 60 …protected void storeToURL(Object officeDocument, Properties props, String targetUrl, String filter… in storeToURL() method in AbstractExporter 73 xs.storeToURL(targetUrl, o); in storeToURL() 76 …protected void storeToURL(Object officeDocument, String targetUrl, String filterName, PropertyValu… in storeToURL() method in AbstractExporter 80 storeToURL(officeDocument, new Properties(), targetUrl, filterName, filterData); in storeToURL() 83 protected void storeToURL(Object officeDocument, String targetUrl, String filterName) in storeToURL() method in AbstractExporter 87 storeToURL(officeDocument, new Properties(), targetUrl, filterName, new PropertyValue[0]); in storeToURL()
|