org.apache.turbine.modules.layouts
Class VelocityXslLayout

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

public class VelocityXslLayout
extends Layout


Constructor Summary
VelocityXslLayout()
           
 
Method Summary
 void doBuild(RunData data)
          Method called by LayoutLoader.
 
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

VelocityXslLayout

public VelocityXslLayout()
Method Detail

doBuild

public void doBuild(RunData data)
             throws java.lang.Exception
Method called by LayoutLoader.
Overrides:
doBuild in class Layout
Parameters:
RunData -  
Returns:
processed template in a String


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