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.extMethods 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()
List<? 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 nullMethods in org.faceless.publisher.ext with parameters of type org.faceless.publisher.ext.MailExtension.Part in inModifier and TypeMethodDescriptionvoid
MailExtension.Configuration.augmentJson
(Json json, org.faceless.publisher.ext.MailExtension.Part part) Modify the Json returned fromtoJson(org.faceless.publisher.ext.MailExtension.Configuration)