Uses of Class
com.instantbank.lettertemplate.control.web.Parameter

Packages that use Parameter
com.instantbank.lettertemplate.control.taglib This class supports "insert" tag for the MVC jsp template mechanism of Letters subsystem. 
com.instantbank.lettertemplate.control.web This is the MVC Controller SERVLET for Letters subsystem. 
 

Uses of Parameter in com.instantbank.lettertemplate.control.taglib
 

Fields in com.instantbank.lettertemplate.control.taglib declared as Parameter
private  Parameter InsertTag.parameterRef
           
 

Uses of Parameter in com.instantbank.lettertemplate.control.web
 

Methods in com.instantbank.lettertemplate.control.web that return Parameter
 Parameter Screen.getParameter(java.lang.String key)
          Gets the parameter attribute of the Screen object
 Parameter ScreenFlowManager.getParameter(java.lang.String key, javax.servlet.http.HttpSession session)
          Gets the required parameter for the current screen This method is used by the insert tag to get the parameters needed to build a page.