org.apache.turbine.modules.layouts
Class DefaultLayout

java.lang.Object
  |
  +--org.apache.turbine.modules.Assembler
        |
        +--org.apache.turbine.modules.Layout
              |
              +--org.apache.turbine.modules.layouts.DefaultLayout

public class DefaultLayout
extends Layout

This is an example Layout module that is executed by default.

Version:
$Id$
Author:
Dave Bryson

Constructor Summary
DefaultLayout()
           
 
Method Summary
 void doBuild(RunData data)
          Build the layout.
 
Methods inherited from class org.apache.turbine.modules.Layout
build
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

DefaultLayout

public DefaultLayout()
Method Detail

doBuild

public void doBuild(RunData data)
             throws java.lang.Exception
Build the layout.
Overrides:
doBuild in class Layout
Parameters:
data - Turbine information.
Throws:
Exception, - a generic exception.


Copyright © 1999-2001 Apache Software Foundation. All Rights Reserved.