org.apache.turbine.services.assemblerbroker.util
Interface AssemblerFactory<T extends Assembler>

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

Version:
$Id: AssemblerFactory.java 1078552 2011-03-06 19:58:46Z tv $
Author:
Leon Messerschmidt

Method Summary
 Loader<T> getLoader()
          Get the loader for this type of assembler
 
Methods inherited from interface org.apache.turbine.modules.Loader
getAssembler, getCacheSize
 

Method Detail

getLoader

Loader<T> getLoader()
Get the loader for this type of assembler

Returns:
a Loader


Copyright © 2000-2011 The Apache Software Foundation. All Rights Reserved.