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
Dispatcher
Dispatcher(<Environment> environment)
Constructs a new instance of Dispatcher class.
Parameters:
environment - The instance of Environment class.
execute
void execute(<RequestContext> requestCtx, <ResponseContext> responseCtx)
Performs business logic here.
Parameters:
requestCtx - The instance of RequestContext class.
responseCtx - The instance of ResponseContext class.
www.troika-asp.com
Documentation generated on Sun Jun 15 17:59:32 2008