Ceylan::MVC Namespace Reference

Classes

class  BaseController
 Interface class for all controllers of the lightweight generic Model-Controller-Controller (MVC) design pattern. More...
class  BaseModel
 Interface class for all models of the lightweight generic Model-View-Controller (MVC) design pattern. More...
class  NoViewModel
 Pure model, not linked to any view. More...
class  SingleViewGenericModel
 Generic model template, for models specifically linked to a given view, which the model owns, and with no known specific controller. More...
class  SingleViewModel
 Generic model class, linked to a given generic view (BaseView), which the model owns, and with no known specific controller. More...
class  MultipleViewGenericModel
 Generic model template, for models specifically linked to multiple (i.e. More...
class  MultipleViewModel
 Generic model class, for models specifically linked to multiple (i.e. More...
class  SingleControllerNoViewGenericModel
 Generic model template, for models specifically linked to a given controller (whose class is the typename) and with no known specific view (therefore unable to manage their lifecycle). More...
class  SingleControllerSingleViewGenericModel
 Generic model template, for models specifically linked to a given controller (whose class is the typename) and to one specific view (which is not a typename, as a model does not have to know specifically its views). More...
class  GenericMVCException
class  BaseView
 Interface class for all views of the lightweight generic Model-View-Controller (MVC) design pattern. More...
class  SingleModelGenericView
 Generic view template, for views specifically linked to a given model, whose class is the typename. More...
Generated on Mon Nov 29 13:41:34 2010 for Ceylan by  doxygen 1.6.3