org.apache.turbine.modules.pages
Class WebMacroSitePage

java.lang.Object
  |
  +--org.apache.turbine.modules.Assembler
        |
        +--org.apache.turbine.modules.Page
              |
              +--org.apache.turbine.modules.pages.DefaultPage
                    |
                    +--org.apache.turbine.modules.pages.TemplatePage
                          |
                          +--org.apache.turbine.modules.pages.WebMacroSitePage

Deprecated. you should use velocity

public class WebMacroSitePage
extends TemplatePage

Extends TemplatePage to set the template Context.

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

Constructor Summary
WebMacroSitePage()
          Deprecated.  
 
Method Summary
protected  void doBuildBeforeAction(RunData data)
          Deprecated. Stuffs the Context into the RunData so that it is available to the Action module and the Screen module via getContext().
 
Methods inherited from class org.apache.turbine.modules.pages.TemplatePage
doBuildAfterAction
 
Methods inherited from class org.apache.turbine.modules.pages.DefaultPage
doBuild, doPostBuild, setDefaultDoctype
 
Methods inherited from class org.apache.turbine.modules.Page
build
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

WebMacroSitePage

public WebMacroSitePage()
Deprecated. 
Method Detail

doBuildBeforeAction

protected void doBuildBeforeAction(RunData data)
                            throws java.lang.Exception
Deprecated. 
Stuffs the Context into the RunData so that it is available to the Action module and the Screen module via getContext().
Overrides:
doBuildBeforeAction in class DefaultPage
Parameters:
data - Turbine information.
Throws:
Exception, - a generic exception.


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