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 1199089 2011-11-08 03:14:28Z tv $
Author:
Leon Messerschmidt

Method Summary
 Loader<T> getLoader()
          Get the loader for this type of assembler
 Class<T> getManagedClass()
          Get the class of this 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

getManagedClass

Class<T> getManagedClass()
Get the class of this assembler

Returns:
a class


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