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 
     
    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()
     
    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
    Methods in org.faceless.publisher.ext with parameters of type org.faceless.publisher.ext.MailExtension.Part in in
    Modifier and Type
    Method
    Description
    void
    MailExtension.Configuration.augmentJson(Json json, org.faceless.publisher.ext.MailExtension.Part part)
    Modify the Json returned from toJson(org.faceless.publisher.ext.MailExtension.Configuration)