Interface AssemblerFactory<T extends Assembler>
-
- Type Parameters:
T- the specialized assembler type
- All Superinterfaces:
Loader<T>
- All Known Implementing Classes:
JavaActionFactory,JavaBaseFactory,JavaLayoutFactory,JavaNavigationFactory,JavaPageFactory,JavaScheduledJobFactory,JavaScreenFactory,PythonActionFactory,PythonBaseFactory,PythonLayoutFactory,PythonNavigationFactory,PythonPageFactory,PythonScreenFactory
public interface AssemblerFactory<T extends Assembler> extends Loader<T>
Interface for AssemblerFactory's- Author:
- Leon Messerschmidt
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Loader<T>getLoader()Get the loader for this type of assemblerClass<T>getManagedClass()Get the class of this assembler-
Methods inherited from interface org.apache.turbine.modules.Loader
getAssembler, getCacheSize
-
-