Uses of Package
com.instantbank.lettertemplate.control.web

Packages that use com.instantbank.lettertemplate.control.web
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. 
com.instantbank.lettertemplate.control.web.handlers These are handler classes for the MVC Controller SERVLET of Letters subsystem (one by use case). 
 

Classes in com.instantbank.lettertemplate.control.web used by com.instantbank.lettertemplate.control.taglib
Parameter
          Structure of a screen parameter
ScreenFlowManager
          Looks at the Request URL and maps the request to the screen (page) for the web-templating mechanism.
 

Classes in com.instantbank.lettertemplate.control.web used by com.instantbank.lettertemplate.control.web
LetterTemplateControllerProxy
          This class is essentially just a proxy object that calls methods on the EJB tier using the LetterTemplateControllerEJB object.
ModelManager
          This class provides a convenient set of methods for the web tier components to access all the model objects.
ModelUpdateNotifier
          This class is responsible for providing methods to add objects as listeners for a particular model update event and for notifying the listeners when the event actually occurs.
Parameter
          Structure of a screen parameter
RequestProcessor
          This class is responsible for processing all user requests and generating necessary events to modify data which are sent to the LetterTemplateControllerProxy
RequestToEventTranslator
          This class is auxiliary for RequestProcessor, generating necessary events to modify the model data.
ScreenFlowManager
          Looks at the Request URL and maps the request to the screen (page) for the web-templating mechanism.
URLMapping
          Associated Structure to request url.
 

Classes in com.instantbank.lettertemplate.control.web used by com.instantbank.lettertemplate.control.web.handlers
ModelManager
          This class provides a convenient set of methods for the web tier components to access all the model objects.
ModelUpdateListener
          This interface is implemented by objects which are interested in getting the model update events (javaBeans that have view of Model in the Application Layer)