org.apache.turbine.modules.pages
Class FreeMarkerSitePage

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.FreeMarkerSitePage

Deprecated. you should use velocity

public class FreeMarkerSitePage
extends TemplatePage

Extends TemplatePage to set the template Context.

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

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

FreeMarkerSitePage

public FreeMarkerSitePage()
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(). It does nothing here.
Overrides:
doBuildBeforeAction in class DefaultPage
Parameters:
data - Turbine information.
Throws:
Exception, - a generic exception.


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