org.jplate.tabular.impl.defaults
Class DefaultRepoFactory

java.lang.Object
  extended by org.jplate.foundation.gof.factory.impl.AbstractFactory<RepoIfc>
      extended by org.jplate.tabular.impl.defaults.DefaultRepoFactory
All Implemented Interfaces:
java.io.Serializable, FactoryIfc<RepoIfc>, RepoFactoryIfc

public class DefaultRepoFactory
extends AbstractFactory<RepoIfc>
implements RepoFactoryIfc

See Also:
Serialized Form

Field Summary
private  org.apache.commons.logging.Log _log
          Used for logging.
private static long serialVersionUID
          Used in serialization.
 
Constructor Summary
DefaultRepoFactory()
          Default constructor.
 
Method Summary
 RepoIfc 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

serialVersionUID

private static final long serialVersionUID
Used in serialization.

See Also:
Constant Field Values

_log

private final transient org.apache.commons.logging.Log _log
Used for logging.

Constructor Detail

DefaultRepoFactory

public DefaultRepoFactory()
Default constructor.

Method Detail

create

public RepoIfc create()
Creates a new object.

Specified by:
create in interface FactoryIfc<RepoIfc>
Returns:
A newly created object.