org.apache.turbine.modules.layouts
Class WebMacroOnlyLayout

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

Deprecated. you should use velocity

public class WebMacroOnlyLayout
extends Layout

WebMacroSiteLayout Screen. This Layout module allows WebMacro 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.

Author:
John D. McNally, Dave Brysonmbryson@mont.mindspring.com

Constructor Summary
WebMacroOnlyLayout()
          Deprecated.  
 
Method Summary
 void doBuild(RunData data)
          Deprecated. Method called by LayoutLoader.
protected  org.webmacro.servlet.WebContext getContext(RunData data)
          Deprecated. Return the WebContext needed by WebMacro.
 
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

WebMacroOnlyLayout

public WebMacroOnlyLayout()
Deprecated. 
Method Detail

doBuild

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

getContext

protected org.webmacro.servlet.WebContext getContext(RunData data)
Deprecated. 
Return the WebContext needed by WebMacro.
Parameters:
RunData - data
Returns:
WebContext


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