|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 内部クラス | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object | +--org.apache.commons.digester.AbstractObjectCreationFactory
Abstract base class for ObjectCreationFactory
implementations.
フィールドの概要 | |
protected Digester |
digester
The associated Digester instance that was set up by
FactoryCreateRule upon initialization. |
コンストラクタの概要 | |
AbstractObjectCreationFactory()
|
メソッドの概要 | |
abstract java.lang.Object |
createObject(org.xml.sax.Attributes attributes)
Factory method called by FactoryCreateRule to supply an
object based on the element's attributes. |
Digester |
getDigester()
Returns the Digester that was set by the
FactoryCreateRule upon initialization. |
void |
setDigester(Digester digester)
Set the Digester to allow the implementation to do logging,
classloading based on the digester's classloader, etc. |
クラス java.lang.Object から継承したメソッド |
|
フィールドの詳細 |
protected Digester digester
Digester
instance that was set up by
FactoryCreateRule
upon initialization.コンストラクタの詳細 |
public AbstractObjectCreationFactory()
メソッドの詳細 |
public abstract java.lang.Object createObject(org.xml.sax.Attributes attributes)
Factory method called by FactoryCreateRule
to supply an
object based on the element's attributes.
ObjectCreationFactory
内の createObject
attributes
- the element's attributespublic Digester getDigester()
Returns the Digester
that was set by the
FactoryCreateRule
upon initialization.
ObjectCreationFactory
内の getDigester
public void setDigester(Digester digester)
Set the Digester
to allow the implementation to do logging,
classloading based on the digester's classloader, etc.
ObjectCreationFactory
内の setDigester
digester
- parent Digester object
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 内部クラス | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |