Class BaseJspNavigation
java.lang.Object
org.apache.turbine.modules.navigations.TemplateNavigation
org.apache.turbine.modules.navigations.BaseJspNavigation
- All Implemented Interfaces:
- Assembler,- Navigation
Base JSP navigation that should be subclassed by Navigation that want to
 use JSP.  Subclasses should override the doBuildTemplate() method.
- Version:
- $Id$
- Author:
- John D. McNally, Henning P. Schmiedehausen, Peter Courcoux
- 
Field SummaryFields inherited from interface org.apache.turbine.modules.NavigationCACHE_SIZE_DEFAULT, CACHE_SIZE_KEY, NAME, PREFIX
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbuildTemplate(PipelineData pipelineData) Method that sets up beans and forward the request to the JSP.protected voiddoBuildTemplate(PipelineData pipelineData) Method to be overridden by subclasses to include data in beans, etc.Methods inherited from class org.apache.turbine.modules.navigations.TemplateNavigationdoBuildMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.turbine.modules.Navigationbuild
- 
Constructor Details- 
BaseJspNavigationpublic BaseJspNavigation()
 
- 
- 
Method Details- 
doBuildTemplateMethod to be overridden by subclasses to include data in beans, etc.- Specified by:
- doBuildTemplatein class- TemplateNavigation
- Parameters:
- pipelineData- the PipelineData object
- Throws:
- Exception- a generic exception.
 
- 
buildTemplateMethod that sets up beans and forward the request to the JSP.- Specified by:
- buildTemplatein class- TemplateNavigation
- Parameters:
- pipelineData- the PipelineData object
- Returns:
- null - the JSP sends the information
- Throws:
- Exception- a generic exception.
 
 
-