org.apache.turbine.modules.layouts
Class FreeMarkerLayout

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

Deprecated. you should use velocity

public class FreeMarkerLayout
extends Layout

This is a sample FreeMarker Layout module

Version:
$Id: FreeMarkerLayout.java,v 1.1.1.1 2001/08/16 05:08:33 jvanzyl Exp $
Author:
Dave Bryson

Constructor Summary
FreeMarkerLayout()
          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, registerNatives, toString, wait, wait, wait
 

Constructor Detail

FreeMarkerLayout

public FreeMarkerLayout()
Deprecated. 
Method Detail

doBuild

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


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