|
|||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||||
java.lang.Objectshohaku.shoin.factory.AbstractResourceSetFactory
shohaku.shoin.factory.AbstractIOResourceSetFactory
shohaku.shoin.factory.AbstractGinkgoResourceSetFactory
shohaku.shoin.factory.ClassBindXMLProperties
クラスと1対1で対応付けられたXMLファイルから、’/’ で区切られた階層名を持つプロパティセットを生成するファクトリを提供します。
| コンストラクタの概要 | |
ClassBindXMLProperties()
プロパティを初期値で初期化します。 |
|
| メソッドの概要 | |
java.lang.String |
getPrefix()
全てのリソースに対する接頭辞を返却します。 |
java.lang.String[] |
getSourcesPrefix()
リソース単位での接頭辞の配列を返却します。 |
protected void |
initValues(java.util.Map lookup,
shohaku.ginkgo.TagNode root,
int index)
リソースの初期化および登録します。 |
void |
setPrefix(java.lang.String prefix)
全てのリソースに対する接頭辞を格納します。 |
void |
setSourcesPrefix(java.lang.String[] prefixs)
リソース単位での接頭辞の配列を格納します。 |
| クラス shohaku.shoin.factory.AbstractIOResourceSetFactory から継承したメソッド |
getIOResources, setIOResources |
| クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| インタフェース shohaku.shoin.IOResourceSetFactory から継承したメソッド |
getIOResources, setIOResources |
| コンストラクタの詳細 |
public ClassBindXMLProperties()
| メソッドの詳細 |
protected void initValues(java.util.Map lookup,
shohaku.ginkgo.TagNode root,
int index)
AbstractGinkgoResourceSetFactory の記述:
AbstractGinkgoResourceSetFactory 内の initValueslookup - リソースを格納するマップroot - ルートタグindex - IOリソースのインデックスpublic java.lang.String getPrefix()
ResourceKeyPrefixSupport の記述:
ResourceKeyPrefixSupport 内の getPrefixpublic void setPrefix(java.lang.String prefix)
ResourceKeyPrefixSupport の記述:
ResourceKeyPrefixSupport 内の setPrefixprefix - 全てのリソースに対する接頭辞public java.lang.String[] getSourcesPrefix()
ResourceKeyPrefixSupport の記述:
ResourceKeyPrefixSupport 内の getSourcesPrefixpublic void setSourcesPrefix(java.lang.String[] prefixs)
ResourceKeyPrefixSupport の記述:
ResourceKeyPrefixSupport 内の setSourcesPrefixprefixs - リソース単位での接頭辞の配列
|
|||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||||