|
|||||||||
| 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<RepoIfc>
org.jplate.tabular.impl.defaults.DefaultRepoFactory
public class DefaultRepoFactory
| 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 |
|---|
private static final long serialVersionUID
private final transient org.apache.commons.logging.Log _log
| Constructor Detail |
|---|
public DefaultRepoFactory()
| Method Detail |
|---|
public RepoIfc create()
create in interface FactoryIfc<RepoIfc>
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||