|
||||||||||
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.Page | +--org.apache.turbine.modules.pages.DefaultPage | +--org.apache.turbine.modules.pages.TemplatePage | +--org.apache.turbine.modules.pages.FreeMarkerSitePage
Extends TemplatePage to set the template Context.
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 |
Methods inherited from class org.apache.turbine.modules.Page |
build |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public FreeMarkerSitePage()
Method Detail |
protected void doBuildBeforeAction(RunData data) throws java.lang.Exception
doBuildBeforeAction
in class DefaultPage
data
- Turbine information.Exception,
- a generic exception.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |