|
|
Webstensible’s considers all external components with which it must interact with as the “environment”. In this example the “environment” is classic ASP.Net, DotNetNuke or Rainbow etc.
The XEnvironment object, working in conjunction with the XAuthenticator object (Webstensible’s highly adaptable authentication object), is responsible for managing Webstensible’s relationship with, and providing the developer with information about and the ability to communicate with, this environment.
XForm, the Webstensible base class all “forms” must inherit from, communicates with the environment via XEnvironment and passes this information to XContainer which renders the UI dictated by the developer.
Finally, XWidgets are “painted” to the sections layout arranged by the designer but targeted in code by the developer. |
|
|
|