|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.turbine.modules.Assembler | +--org.apache.turbine.modules.Action | +--org.apache.turbine.modules.actions.FreeMarkerSiteCooker
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.
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 |
public FreeMarkerSiteCooker()
Method Detail |
public void doPerform(RunData data) throws java.lang.Exception
doPerform
in class Action
data
- Turbine information.Exception,
- a generic exception.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |