TROIKA.ASP - the MVC framework

Class Dispatcher

Object
   |
   +--Dispatcher

class Dispatcher


This is Dispatcher class which processes the ResponseContext deciding what to do with it. It either delegate to XSLEngine to render the view or redirects browser to different URI.
Defined in Dispatcher.js


Constructor Summary
Dispatcher(<Environment> environment)
            Constructs a new instance of Dispatcher class.
 
Method Summary
 void execute(<RequestContext> requestCtx, <ResponseContext> responseCtx)
           Performs business logic here.

Constructor Detail

Dispatcher

Dispatcher(<Environment> environment)

Method Detail

execute

void execute(<RequestContext> requestCtx, <ResponseContext> responseCtx)

TROIKA.ASP - the MVC framework

www.troika-asp.com
Documentation generated on Sun Jun 15 17:59:32 2008