org.apache.turbine.modules
Class Assembler

java.lang.Object
  |
  +--org.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.1.1.1 2001/08/16 05:08:29 jvanzyl Exp $
Author:
Dave Bryson

Constructor Summary
Assembler()
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

Assembler

public Assembler()


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