org.apache.turbine.modules.layouts
Class VelocityECSLayout

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

Deprecated. you should use velocity

public class VelocityECSLayout
extends Layout

This Layout module allows Velocity templates to be used as layouts. Since dynamic content is supposed to be primarily located in screens and navigations there should be relatively few reasons to subclass this Layout.

Version:
$Id: VelocityECSLayout.java,v 1.1.1.1 2001/08/16 05:08:34 jvanzyl Exp $
Author:
John D. McNally, Dave Bryson

Constructor Summary
VelocityECSLayout()
          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

VelocityECSLayout

public VelocityECSLayout()
Deprecated. 
Method Detail

doBuild

public void doBuild(RunData data)
             throws java.lang.Exception
Deprecated. 
Build the layout. Also sets the ContentType and Locale headers of the HttpServletResponse object.
Overrides:
doBuild in class Layout
Parameters:
data - Turbine information.
Throws:
Exception, - a generic exception.


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