WebApp Classes
This page provides an overview of the general WebApp classes in MorphX.
|
Class |
Description |
|---|---|
|
WebApplication |
Master class for WebApps. All WebApps are derived from this class. |
|
WebSession |
Session and state handling, user information, etc. |
|
WebLink |
Argument passing. Used to create a query string (URL). |
|
WebFormHtml |
Runtime Web Form layout and input processing. |
|
WebReportHtml |
Runtime Web Report layout and generation. |
|
WebMenuHtml |
Web Menu layout and activation. Note that this class contains methods for handling the HTML output depending on which browser is being used. |
|
WebLet |
Master class for Weblets. All Weblets are derived from this class. |