org.jplate.tabular.impl.defaults
Class DefaultFieldFactory
java.lang.Object
org.jplate.foundation.gof.factory.impl.AbstractFactory<FieldIfc>
org.jplate.tabular.impl.defaults.DefaultFieldFactory
- All Implemented Interfaces:
- java.io.Serializable, FactoryIfc<FieldIfc>, FieldFactoryIfc
public class DefaultFieldFactory
- extends AbstractFactory<FieldIfc>
- implements FieldFactoryIfc
Default field factory implementation.
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/tabular/impl/defaults/DefaultFieldFactory.java $
- See Also:
- Serialized Form
Field Summary |
private org.apache.commons.logging.Log |
_log
Used for logging. |
private static long |
serialVersionUID
Used during serialization. |
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 |
serialVersionUID
private static final long serialVersionUID
- Used during serialization.
- See Also:
- Constant Field Values
_log
private final transient org.apache.commons.logging.Log _log
- Used for logging.
DefaultFieldFactory
public DefaultFieldFactory()
- Default constructor.
create
public FieldIfc create()
- Creates a new object.
- Specified by:
create
in interface FactoryIfc<FieldIfc>
- Returns:
- A newly created object.