org.apache.commons.digester
クラス AbstractObjectCreationFactory

java.lang.Object
  |
  +--org.apache.commons.digester.AbstractObjectCreationFactory
すべての実装インタフェース:
ObjectCreationFactory

public abstract class AbstractObjectCreationFactory
extends java.lang.Object
implements ObjectCreationFactory

Abstract base class for ObjectCreationFactory implementations.

バージョン:
$Revision: 1.2 $ $Date: 2001/09/22 18:36:35 $
作成者:
Robert Burrell Donkin

フィールドの概要
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 から継承したメソッド
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

フィールドの詳細

digester

protected Digester digester
The associated Digester instance that was set up by FactoryCreateRule upon initialization.
コンストラクタの詳細

AbstractObjectCreationFactory

public AbstractObjectCreationFactory()
メソッドの詳細

createObject

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 attributes

getDigester

public Digester getDigester()

Returns the Digester that was set by the FactoryCreateRule upon initialization.

定義:
インタフェース ObjectCreationFactory 内の getDigester

setDigester

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


Copyright (c) 2001 - Apache Software Foundation