Klasse ActionLoader

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

public final class ActionLoader extends GenericLoader<Action>
The purpose of this class is to allow one to load and execute Action 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 action.
      Angegeben von:
      exec in Klasse GenericLoader<Action>
      Parameter:
      pipelineData - Turbine information.
      name - Name of object that will execute the action.
      Löst aus:
      Exception - a generic exception.
    • getInstance

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