Uses of Interface
org.faceless.publisher.ext.MailExtension.Part
Packages that use org.faceless.publisher.ext.MailExtension.Part
Package
Description
Contains extensions to BFO Publisher which are used to add functionality
-
Uses of org.faceless.publisher.ext.MailExtension.Part in org.faceless.publisher.ext
Subinterfaces of org.faceless.publisher.ext.MailExtension.Part in in org.faceless.publisher.extModifier and TypeInterfaceDescriptionstatic interface
An abstract interface representing a Mail messageMethods in org.faceless.publisher.ext that return org.faceless.publisher.ext.MailExtension.Part in inModifier and TypeMethodDescriptionorg.faceless.publisher.ext.MailExtension.Part
MailExtension.Part.getParent()
Return theMailExtension.Part
that is the parent of thisMailExtension.Part
, or null if it's the mssageMethods in org.faceless.publisher.ext that return types with arguments of type org.faceless.publisher.ext.MailExtension.Part in inModifier and TypeMethodDescriptionMailExtension.Message.getAllParts()
Return a Map containing all the parts of this messageList<? extends org.faceless.publisher.ext.MailExtension.Part>
MailExtension.Part.getChildren()
For multipart parts, return a List ofMailExtension.Part
that are the children of this part, otherwise return null