Package org.apache.turbine.modules
Klasse LayoutLoader
The purpose of this class is to allow one to load and execute
Layout modules.
- Version:
- $Id$
- Autor:
- Dave Bryson, Henning P. Schmiedehausen, Peter Courcoux
-
Feldübersicht
Von Klasse geerbte Felder org.apache.turbine.modules.GenericLoader
ab -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoidexec(PipelineData pipelineData, String name) Attempts to load and execute the external layout.static LayoutLoaderThe method through which this class is accessed.Von Klasse geerbte Methoden org.apache.turbine.modules.GenericLoader
getAssembler, getAssembler, getBasePackage, getCacheSize, getPackages, reload, setReload
-
Methodendetails
-
exec
Attempts to load and execute the external layout.- Angegeben von:
execin KlasseGenericLoader<Layout>- Parameter:
pipelineData- Turbine information.name- Name of object that will execute the layout.- Löst aus:
Exception- a generic exception.
-
getInstance
The method through which this class is accessed.- Gibt zurück:
- The single instance of this class.
-