org.apache.turbine.modules
Class Assembler

java.lang.Object
  extended byorg.apache.turbine.modules.Assembler
Direct Known Subclasses:
Action, Layout, Navigation, Page, ScheduledJob, Screen

public abstract class Assembler
extends java.lang.Object

This is an interface that defines what an Assembler is. All the current modules extend off of this class. It is currently empty and future use is yet to be determined.

Version:
$Id: Assembler.java,v 1.7 2004/08/02 08:57:32 epugh Exp $
Author:
Dave Bryson, Peter Courcoux

Constructor Summary
Assembler()
           
 
Method Summary
 RunData getRunData(PipelineData pipelineData)
          This can go once RunData is replaced...
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Assembler

public Assembler()
Method Detail

getRunData

public final RunData getRunData(PipelineData pipelineData)
This can go once RunData is replaced...

Parameters:
pipelineData -
Returns:
RunData


Copyright © 2000-2004 Apache Software Foundation. All Rights Reserved.