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.ext
    Modifier and Type
    Interface
    Description
    static interface 
    An abstract interface representing a Mail message
    Methods in org.faceless.publisher.ext that return org.faceless.publisher.ext.MailExtension.Part in in
    Modifier and Type
    Method
    Description
    org.faceless.publisher.ext.MailExtension.Part
    MailExtension.Part.getParent()
    Return the MailExtension.Part that is the parent of this MailExtension.Part, or null if it's the mssage
    Methods in org.faceless.publisher.ext that return types with arguments of type org.faceless.publisher.ext.MailExtension.Part in in
    Modifier and Type
    Method
    Description
    Map<URL2,? extends org.faceless.publisher.ext.MailExtension.Part>
    MailExtension.Message.getAllParts()
    Return a Map containing all the parts of this message
    List<? extends org.faceless.publisher.ext.MailExtension.Part>
    MailExtension.Part.getChildren()
    For multipart parts, return a List of MailExtension.Part that are the children of this part, otherwise return null