301302303304305306307308309310311
Map attachments, OMOutputFormat format, Collection ids) { try { if (!rootDataHandler.getContentType().equals(contentType)) { rootDataHandler = new DataHandlerWrapper(rootDataHandler) { public String getContentType() { return contentType; } }; }
284285286287288289290291292293294