| org.directwebremoting.proxy.io.Context jsx3.lang.Object jsx3.lang.System
System | public class System extends jsx3.lang.Object (Code) | | A collection of GI system related functions.
author: Joe Walker [joe at getahead dot org] author: DRAPGEN - Dwr Reverse Ajax Proxy GENerator |
System | public System(Context context, String extension, ScriptProxy scriptProxy)(Code) | | All reverse ajax proxies need context to work from
Parameters: scriptProxy - The place we are writing scripts to Parameters: context - The script that got us to where we are now |
getLocale | public void getLocale()(Code) | | If the locale has been explicitly set with setLocale(), that locale is returned. Otherwise the
locale is determined by introspecting the browser. If all else fails the default locale, en_US, is returned.
|
reloadLocalizedResources | public void reloadLocalizedResources()(Code) | | |
setLocale | public void setLocale(java.lang.Object objLocale)(Code) | | Sets the system-wide locale. This in turn affects all applications running under the JSX system.
Parameters: objLocale - |
Methods inherited from jsx3.lang.Object | public void ignoreReturn()(Code)(Java Doc)
|
|
|