|
Apache JAMES Mime4j 0.6-redhat-2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BodyPart | |
---|---|
org.apache.james.mime4j.message |
Uses of BodyPart in org.apache.james.mime4j.message |
---|
Methods in org.apache.james.mime4j.message that return BodyPart | |
---|---|
BodyPart |
Multipart.removeBodyPart(int index)
Removes the body part at the specified position in the list of body parts. |
BodyPart |
Multipart.replaceBodyPart(BodyPart bodyPart,
int index)
Replaces the body part at the specified position in the list of body parts with the specified body part. |
Methods in org.apache.james.mime4j.message that return types with arguments of type BodyPart | |
---|---|
List<BodyPart> |
Multipart.getBodyParts()
Gets the list of body parts. |
Methods in org.apache.james.mime4j.message with parameters of type BodyPart | |
---|---|
void |
Multipart.addBodyPart(BodyPart bodyPart)
Adds a body part to the end of the list of body parts. |
void |
Multipart.addBodyPart(BodyPart bodyPart,
int index)
Inserts a body part at the specified position in the list of body parts. |
BodyPart |
Multipart.replaceBodyPart(BodyPart bodyPart,
int index)
Replaces the body part at the specified position in the list of body parts with the specified body part. |
Method parameters in org.apache.james.mime4j.message with type arguments of type BodyPart | |
---|---|
void |
Multipart.setBodyParts(List<BodyPart> bodyParts)
Sets the list of body parts. |
Constructors in org.apache.james.mime4j.message with parameters of type BodyPart | |
---|---|
BodyPart(BodyPart other)
Creates a new BodyPart from the specified
BodyPart . |
|
Apache JAMES Mime4j 0.6-redhat-2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |