org.apache.turbine.modules.actions
Class FreeMarkerSiteCooker

java.lang.Object
  |
  +--org.apache.turbine.modules.Assembler
        |
        +--org.apache.turbine.modules.Action
              |
              +--org.apache.turbine.modules.actions.FreeMarkerSiteCooker

Deprecated. you should use velocity

public class FreeMarkerSiteCooker
extends Action

This action parses all files located in the screens, navigations, and layouts directories under the services.freemarker.path given in TurbineResources.properties. It cycles through links and parses the responses for urls. It writes the response to a file replacing the urls with the static variation.

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

Constructor Summary
FreeMarkerSiteCooker()
          Deprecated.  
 
Method Summary
 void doPerform(RunData data)
          Deprecated. Execute the action.
 
Methods inherited from class org.apache.turbine.modules.Action
perform
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FreeMarkerSiteCooker

public FreeMarkerSiteCooker()
Deprecated. 
Method Detail

doPerform

public void doPerform(RunData data)
               throws java.lang.Exception
Deprecated. 
Execute the action.
Overrides:
doPerform in class Action
Parameters:
data - Turbine information.
Throws:
Exception, - a generic exception.


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