jsx3.CLASS_LOADER) is created when the system loads.
The following deployment parameters affect the behavior of the class loader:
jsx_no_messages - if set the class loader does not load the
jsx:/locale/messages.xml properties bundle.jsx_no_locale - if set the class loader does not load the
jsx:/locale/locale.xml properties bundle.jsx_logger_config - the relative path to the logging system configuration file. If not set,
jsx:/../logger.xml is used.jsx_browsers - overrides the default set of supported browsers. The format of this parameter
is
bt={allow,warn}[,...] where bt is the browser type returned by the
getType() method.| Field Summary | |
|---|---|
| static int | |
| static int | |
| Method Summary | |
|---|---|
| String | getType() Returns the browser type as determined by the class loader. |
| void | Loads a GI class synchronously. |
| boolean | loadJSFileSync(strURI : String) Loads a JavaScript file synchronously. |
| Methods Inherited From Object |
|---|
| toString |
| Field Detail |
|---|
| Method Detail |
|---|
ie6 - Microsoft Internet Explorer versions 6.xie7 - Microsoft Internet Explorer versions 7.xie8 - Microsoft Internet Explorer all versions above 7.xie - Microsoft Internet Explorer earlier or unrecognized versionfx1_5 - Mozilla Firefox versions 1.5.xfx2 - Mozilla Firefox versions 2.xfx3 - Mozilla Firefox versions 3.xfx4 - Mozilla Firefox all versions above 3.xfx - Mozilla Firefox earlier or unrecognized versionsf3 - Apple Safari versions 3.xsf4 - Apple Safari all versions above 3.xsf - Apple Safari earlier or unrecognized versionop9 - Opera versions 9.xop10 - Opera all versions above 9.xop - Opera earlier or unrecognized versiongk - other Gecko-based browserxx - unrecognized browsertrue if the file was loaded successfully.