Rudiments
Public Member Functions | List of all members
mvccontroller Class Reference

Inherits mvctier.

Public Member Functions

 mvccontroller ()
 
virtual ~mvccontroller ()
 
- Public Member Functions inherited from mvctier
 mvctier ()
 
virtual ~mvctier ()
 
virtual const char * getType ()
 
void setProperties (mvcproperties *prop)
 
mvcpropertiesgetProperties ()
 
void setSecurity (mvcsecurity *sec)
 
mvcsecuritygetSecurity ()
 
- Public Member Functions inherited from object
virtual ~object ()
 

Detailed Description

The mvccontroller class provides a base class for MVC (Model View Controller) controllers.

This class is not intended to be used directly, rather you should create children of this class that implements specific controller tier functionality for your application, and use them directly.

Constructor & Destructor Documentation

◆ mvccontroller()

mvccontroller::mvccontroller ( )
inline

Creates an instance of the mvccontroller class.

◆ ~mvccontroller()

virtual mvccontroller::~mvccontroller ( )
inlinevirtual

Deletes this instance of the mvccontroller class.