Klasse LayoutLoader

java.lang.Object
org.apache.turbine.modules.GenericLoader<Layout>
org.apache.turbine.modules.LayoutLoader
Alle implementierten Schnittstellen:
Loader<Layout>

public final class LayoutLoader extends GenericLoader<Layout>
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
  • Methodendetails

    • exec

      public void exec(PipelineData pipelineData, String name) throws Exception
      Attempts to load and execute the external layout.
      Angegeben von:
      exec in Klasse GenericLoader<Layout>
      Parameter:
      pipelineData - Turbine information.
      name - Name of object that will execute the layout.
      Löst aus:
      Exception - a generic exception.
    • getInstance

      public static LayoutLoader getInstance()
      The method through which this class is accessed.
      Gibt zurück:
      The single instance of this class.