Reference:AbstractController

From Bistro
Revision as of 23:54, 4 May 2009 by Apedenko (Talk)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Overview

The AbstractController class implements basic functionality needed for a controller class.

Usage

This class should be the parent class of all application controller classes. It implements key methods defined by the runtime to manage controllers, and isolates the controller implementation from the HTTP objects that are made available to the IController interface. This allows subclasses to operate independently from the environment they are hosted in.

See also

AbstractController in the Bistro Class Library.

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox