Base JSP Screen that should be subclassed by screens that want to
use JSP. Subclasses should override the doBuildTemplate() method.
author: John D. McNally author: Frank Y. Kim author: Henning P. Schmiedehausen version: $Id: BaseJspScreen.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.
Parameters: data - Turbine information.
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 - Turbine information. null - the JSP sends the information. exception: Exception - , a generic exception.