|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectcom.ozacc.mail.impl.AbstractXMLMailBuilder
public abstract class AbstractXMLMailBuilder
XMLMailBuilder実装が継承する基底クラス。
| フィールドの概要 | |
|---|---|
protected java.util.Map |
documentBuilderCache
|
| コンストラクタの概要 | |
|---|---|
AbstractXMLMailBuilder()
コンストラクタ。 |
|
| メソッドの概要 | |
|---|---|
protected javax.xml.parsers.DocumentBuilder |
createDocumentBuilder()
DocumentBuilderインスタンスを生成します。 |
protected javax.xml.parsers.DocumentBuilder |
createDocumentBuilder(boolean ignoreComment)
DocumentBuilderインスタンスを生成します。 |
protected org.w3c.dom.Document |
getDocumentFromClassPath(java.lang.String classPath)
指定されたクラスパスのXMLファイルを読み込み、DOM Documentを生成します。 |
protected org.w3c.dom.Document |
getDocumentFromClassPath(java.lang.String classPath,
boolean ignoreComment)
指定されたクラスパスのXMLファイルを読み込み、DOM Documentを生成します。 |
protected org.w3c.dom.Document |
getDocumentFromFile(java.io.File file)
指定されたXMLファイルを読み込み、DOM Documentを生成します。 |
protected org.w3c.dom.Document |
getDocumentFromFile(java.io.File file,
boolean ignoreComment)
指定されたXMLファイルを読み込み、DOM Documentを生成します。 |
protected void |
setFrom(org.w3c.dom.Element root,
Mail mail)
|
protected void |
setHtml(org.w3c.dom.Element root,
Mail mail)
HTML本文をセット。 |
protected void |
setRecipients(org.w3c.dom.Element root,
Mail mail)
|
protected void |
setReplyTo(org.w3c.dom.Element root,
Mail mail)
|
protected void |
setReturnPath(org.w3c.dom.Element root,
Mail mail)
|
protected void |
setSubject(org.w3c.dom.Element root,
Mail mail)
|
protected void |
setText(org.w3c.dom.Element root,
Mail mail)
|
| クラス java.lang.Object から継承されたメソッド |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| フィールドの詳細 |
|---|
protected java.util.Map documentBuilderCache
| コンストラクタの詳細 |
|---|
public AbstractXMLMailBuilder()
| メソッドの詳細 |
|---|
protected org.w3c.dom.Document getDocumentFromFile(java.io.File file,
boolean ignoreComment)
throws org.xml.sax.SAXException,
java.io.IOException
file - XMLファイル
java.io.IOException
org.xml.sax.SAXException
protected org.w3c.dom.Document getDocumentFromFile(java.io.File file)
throws org.xml.sax.SAXException,
java.io.IOException
file - XMLファイル
java.io.IOException
org.xml.sax.SAXException
protected javax.xml.parsers.DocumentBuilder createDocumentBuilder(boolean ignoreComment)
throws javax.xml.parsers.FactoryConfigurationError
ignoreComment -
javax.xml.parsers.FactoryConfigurationError
protected javax.xml.parsers.DocumentBuilder createDocumentBuilder()
throws javax.xml.parsers.FactoryConfigurationError
javax.xml.parsers.FactoryConfigurationError
protected org.w3c.dom.Document getDocumentFromClassPath(java.lang.String classPath,
boolean ignoreComment)
throws org.xml.sax.SAXException,
java.io.IOException
ignoreComment - classPath -
java.io.IOException
org.xml.sax.SAXException
protected org.w3c.dom.Document getDocumentFromClassPath(java.lang.String classPath)
throws org.xml.sax.SAXException,
java.io.IOException
classPath -
java.io.IOException
org.xml.sax.SAXException
protected void setReplyTo(org.w3c.dom.Element root,
Mail mail)
root - mail -
protected void setText(org.w3c.dom.Element root,
Mail mail)
root - mail -
protected void setHtml(org.w3c.dom.Element root,
Mail mail)
root - mail -
protected void setSubject(org.w3c.dom.Element root,
Mail mail)
root - mail -
protected void setRecipients(org.w3c.dom.Element root,
Mail mail)
root - mail -
protected void setReturnPath(org.w3c.dom.Element root,
Mail mail)
root - mail -
protected void setFrom(org.w3c.dom.Element root,
Mail mail)
root - mail -
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||