Package org.apache.turbine.modules
Class LayoutLoader
- java.lang.Object
-
- org.apache.turbine.modules.GenericLoader<Layout>
-
- org.apache.turbine.modules.LayoutLoader
-
public class LayoutLoader extends GenericLoader<Layout>
The purpose of this class is to allow one to load and execute Layout modules.- Version:
- $Id$
- Author:
- Dave Bryson, Henning P. Schmiedehausen, Peter Courcoux
-
-
Field Summary
-
Fields inherited from class org.apache.turbine.modules.GenericLoader
ab
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexec(PipelineData pipelineData, String name)Attempts to load and execute the external layout.static LayoutLoadergetInstance()The method through which this class is accessed.-
Methods inherited from class org.apache.turbine.modules.GenericLoader
getAssembler, getAssembler, getBasePackage, getCacheSize, getPackages, reload, setReload
-
-
-
-
Method Detail
-
exec
public void exec(PipelineData pipelineData, String name) throws Exception
Attempts to load and execute the external layout.- Specified by:
execin classGenericLoader<Layout>- Parameters:
pipelineData- Turbine information.name- Name of object that will execute the layout.- Throws:
Exception- a generic exception.
-
getInstance
public static LayoutLoader getInstance()
The method through which this class is accessed.- Returns:
- The single instance of this class.
-
-