Uses of Class
com.levigo.jadice.server.shared.types.BundledStream
-
Packages that use BundledStream Package Description com.levigo.jadice.server.javamail com.levigo.jadice.server.mail.worker com.levigo.jadice.server.vcf -
-
Uses of BundledStream in com.levigo.jadice.server.javamail
Methods in com.levigo.jadice.server.javamail that return BundledStream Modifier and Type Method Description protected BundledStream
TNEFWorker. addRTFBodyToOutputBundle(StreamDescriptor sdParent, String rtfBody)
-
Uses of BundledStream in com.levigo.jadice.server.mail.worker
Methods in com.levigo.jadice.server.mail.worker that return BundledStream Modifier and Type Method Description protected static BundledStream
AttachmentDirectoryFactory. createStream(com.levigo.jadice.document.io.SeekableInputStream sis, StreamDescriptor sd)
-
Uses of BundledStream in com.levigo.jadice.server.vcf
Methods in com.levigo.jadice.server.vcf that return BundledStream Modifier and Type Method Description protected BundledStream
Vcf2HtmlWorker. writeHtmlStream(Stream vcfStream, org.apache.velocity.Template template, org.apache.velocity.VelocityContext context, Charset charset)
This method performs the html templating via velocity.
-