org.apache.struts.webapp.example.memory
Class MemorySubscriptionCreationFactory

java.lang.Object
  extended byorg.apache.struts.webapp.example.memory.MemorySubscriptionCreationFactory
All Implemented Interfaces:
org.apache.commons.digester.ObjectCreationFactory

class MemorySubscriptionCreationFactory
extends Object
implements org.apache.commons.digester.ObjectCreationFactory

Digester object creation factory for subscription instances.


Field Summary
private  org.apache.commons.digester.Digester digester
           
 
Constructor Summary
(package private) MemorySubscriptionCreationFactory()
           
 
Method Summary
 Object createObject(Attributes attributes)
           
 org.apache.commons.digester.Digester getDigester()
           
 void setDigester(org.apache.commons.digester.Digester digester)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

digester

private org.apache.commons.digester.Digester digester
Constructor Detail

MemorySubscriptionCreationFactory

MemorySubscriptionCreationFactory()
Method Detail

getDigester

public org.apache.commons.digester.Digester getDigester()
Specified by:
getDigester in interface org.apache.commons.digester.ObjectCreationFactory

setDigester

public void setDigester(org.apache.commons.digester.Digester digester)
Specified by:
setDigester in interface org.apache.commons.digester.ObjectCreationFactory

createObject

public Object createObject(Attributes attributes)
Specified by:
createObject in interface org.apache.commons.digester.ObjectCreationFactory


Copyright © 1999-2005 Apache Software Foundation. All Rights Reserved.