|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jplate.foundation.gof.factory.impl.AbstractFactory<KvpIfc>
org.jplate.kvp.impl.defaults.DefaultKvpFactory
public class DefaultKvpFactory
Default Kvp factory.
Modifications: $Date: 2008-12-02 12:32:45 -0500 (Tue, 02 Dec 2008) $ $Revision: 479 $ $Author: sfloess $ $HeadURL: https://jplate.svn.sourceforge.net/svnroot/jplate/trunk/src/dev/java/org/jplate/kvp/impl/defaults/DefaultKvpFactory.java $
Field Summary | |
---|---|
private org.apache.commons.logging.Log |
_log
Used for logging. |
private static long |
serialVersionUID
Needed in serialization. |
Constructor Summary | |
---|---|
DefaultKvpFactory()
Default constructor. |
Method Summary | |
---|---|
KvpIfc |
create()
Creates a new object. |
Methods inherited from class org.jplate.foundation.gof.factory.impl.AbstractFactory |
---|
destroy |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.jplate.foundation.gof.factory.FactoryIfc |
---|
destroy |
Field Detail |
---|
private static final long serialVersionUID
private final transient org.apache.commons.logging.Log _log
Constructor Detail |
---|
public DefaultKvpFactory()
Method Detail |
---|
public KvpIfc create()
create
in interface FactoryIfc<KvpIfc>
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |