org.apache.turbine.modules.layouts
Class DefaultLayout

java.lang.Object
  extended byorg.apache.turbine.modules.Assembler
      extended byorg.apache.turbine.modules.Layout
          extended byorg.apache.turbine.modules.layouts.DefaultLayout

Deprecated. The use of ECS for the view is deprecated. Use a templating solution.

public class DefaultLayout
extends Layout

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

Version:
$Id: DefaultLayout.java 264148 2005-08-29 14:21:04Z henning $
Author:
Dave Bryson

Constructor Summary
DefaultLayout()
          Deprecated.  
 
Method Summary
 void doBuild(RunData data)
          Deprecated. 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, toString, wait, wait, wait
 

Constructor Detail

DefaultLayout

public DefaultLayout()
Deprecated. 
Method Detail

doBuild

public void doBuild(RunData data)
             throws java.lang.Exception
Deprecated. 
Build the layout.

NOTE: Unless otherwise specified, the page background defaults to 'white'

Specified by:
doBuild in class Layout
Parameters:
data - Turbine information.
Throws:
java.lang.Exception - a generic exception.


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