org.apache.struts.examples.mailreader.memory
Class MemorySubscriptionCreationFactory
java.lang.Object
|
+--org.apache.struts.examples.mailreader.memory.MemorySubscriptionCreationFactory
- All Implemented Interfaces:
- org.apache.commons.digester.ObjectCreationFactory
- class MemorySubscriptionCreationFactory
- extends java.lang.Object
- implements org.apache.commons.digester.ObjectCreationFactory
Digester object creation factory for subscription instances.
Field Summary |
private org.apache.commons.digester.Digester |
digester
|
Method Summary |
java.lang.Object |
createObject(org.xml.sax.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, registerNatives, toString, wait, wait, wait |
digester
private org.apache.commons.digester.Digester digester
MemorySubscriptionCreationFactory
MemorySubscriptionCreationFactory()
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 java.lang.Object createObject(org.xml.sax.Attributes attributes)
- Specified by:
createObject
in interface org.apache.commons.digester.ObjectCreationFactory
Copyright © 2003-2004 - The Apache Software Foundation