|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.turbine.modules.Assembler
org.apache.turbine.modules.Navigation
org.apache.turbine.modules.navigations.TemplateNavigation
org.apache.turbine.modules.navigations.BaseJspNavigation
Base JSP navigation that should be subclassed by Navigation that want to use JSP. Subclasses should override the doBuildTemplate() method.
Constructor Summary | |
BaseJspNavigation()
|
Method Summary | |
org.apache.ecs.ConcreteElement |
buildTemplate(RunData data)
Method that sets up beans and forward the request to the JSP. |
protected void |
doBuildTemplate(RunData data)
Method to be overidden by subclasses to include data in beans, etc. |
Methods inherited from class org.apache.turbine.modules.navigations.TemplateNavigation |
doBuild |
Methods inherited from class org.apache.turbine.modules.Navigation |
build, prepareText |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public BaseJspNavigation()
Method Detail |
protected void doBuildTemplate(RunData data) throws java.lang.Exception
doBuildTemplate
in class TemplateNavigation
data
- the Rundata object
java.lang.Exception
- a generic exception.public org.apache.ecs.ConcreteElement buildTemplate(RunData data) throws java.lang.Exception
buildTemplate
in class TemplateNavigation
data
- the Rundata object
java.lang.Exception
- a generic exception.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |