|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.turbine.services.assemblerbroker.util.java.JavaBaseFactory<T>
public abstract class JavaBaseFactory<T extends Assembler>
A screen factory that attempts to load a java class from the module packages defined in the TurbineResource.properties.
Field Summary | |
---|---|
protected org.apache.commons.logging.Log |
log
Logging |
Constructor Summary | |
---|---|
JavaBaseFactory()
|
Method Summary | |
---|---|
T |
getAssembler(java.lang.String packageName,
java.lang.String name)
Get an Assembler. |
int |
getCacheSize()
Get the size of a possibly configured cache |
abstract Loader<T> |
getLoader()
Get the loader for this type of assembler |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.apache.turbine.modules.Loader |
---|
getAssembler |
Field Detail |
---|
protected org.apache.commons.logging.Log log
Constructor Detail |
---|
public JavaBaseFactory()
Method Detail |
---|
public T getAssembler(java.lang.String packageName, java.lang.String name)
packageName
- java package namename
- name of the requested Assembler
public abstract Loader<T> getLoader()
getLoader
in interface AssemblerFactory<T extends Assembler>
public int getCacheSize()
getCacheSize
in interface Loader<T extends Assembler>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |