Uses of Class
ibspan.tss.agents.sha.mvc.ViewConstructor

Packages that use ViewConstructor
ibspan.tss.agents.sha.mvc Skeleton of Model-View-Controller (MVC) architecture, powered by SessionHandlingAgent
 

Uses of ViewConstructor in ibspan.tss.agents.sha.mvc
 

Subclasses of ViewConstructor in ibspan.tss.agents.sha.mvc
 class SimpleViewConstructor
          This class utilizes facility of ViewTransformingAgent (VTA) in order to construct view from the model.
 

Methods in ibspan.tss.agents.sha.mvc with parameters of type ViewConstructor
 void Controller.registerViewConstructor(ViewConstructor vc)
          Registers the given View Constructor in this Controller.