Home | History | Annotate | Download | only in message

Lines Matching defs:preamble

37  * ordered list of body parts. The multipart body also has a preamble and

38 * epilogue. The preamble consists of whatever characters appear before the
46 private String preamble = "";
147 * Gets the preamble.
149 * @return the preamble.
152 return preamble;
156 * Sets the preamble.
158 * @param preamble the preamble.
160 public void setPreamble(String preamble) {
161 this.preamble = preamble;