JavaScript is disabled on your browser.
Skip navigation links
javax.mail

Class BodyPart

  • All Implemented Interfaces:
    Part
    Direct Known Subclasses:
    MimeBodyPart


    public abstract class BodyPart
    extends Object
    implements Part 
    This class models a Part that is contained within a Multipart. This is an abstract class. Subclasses provide actual implementations.

    BodyPart implements the Part interface. Thus, it contains a set of attributes and a "content".

    Author:
    John Mani, Bill Shannon
    • Field Detail

      • parent

        protected Multipart parent
        The Multipart object containing this BodyPart, if known.
        Since:
        JavaMail 1.1
    • Constructor Detail

      • BodyPart

        public BodyPart()
    • Method Detail

      • getParent

        public Multipart getParent()
        Return the containing Multipart object, or null if not known.
Skip navigation links

Copyright © 1996-2015, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

AltStyle によって変換されたページ (->オリジナル) /