Base JSP navigation that should be subclassed by Navigation that want to
use JSP. Subclasses should override the doBuildTemplate() method.
author: John D. McNally author: Henning P. Schmiedehausen version: $Id: BaseJspNavigation.java 534527 2007-05-02 16:10:59Z tv $
Method Summary
public 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.
Method that sets up beans and forward the request to the JSP.
Parameters: data - the Rundata object null - the JSP sends the information throws: Exception - a generic exception.