org.apache.turbine.modules.layouts
Class VelocityECSLayout

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

Deprecated. you should use VelocityOnlyLayout

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. This class uses ECS to render the layout.

Version:
$Id: VelocityECSLayout.java 534527 2007-05-02 16:10:59Z tv $
Author:
John D. McNally, Dave Bryson, Henning P. Schmiedehausen

Constructor Summary
VelocityECSLayout()
          Deprecated. C'tor warns once about deprecation.
 
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

VelocityECSLayout

public VelocityECSLayout()
Deprecated. 
C'tor warns once about deprecation.

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.

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


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