| java.lang.Object org.directwebremoting.proxy.io.Context jsx3.lang.Object jsx3.app.Settings
Settings | public class Settings extends jsx3.lang.Object (Code) | | Read-Only system settings interface.
author: Joe Walker [joe at getahead dot org] author: DRAPGEN - Dwr Reverse Ajax Proxy GENerator |
DOMAIN_ADDIN | final public static int DOMAIN_ADDIN(Code) | | |
DOMAIN_PROJECT | final public static int DOMAIN_PROJECT(Code) | | |
Settings | public Settings(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 |
Settings | public Settings(int intDomain, String objInstance)(Code) | | The instance initializer. Creates a view onto the settings persisted on disk. All identical instances of this
class are backed by the same XML source document.
Parameters: intDomain - the domain of the settings to load, one of jsx3.app.Settings.DOMAIN ... Parameters: objInstance - if in the project or addin domain, the key of the specific project or addin to load settings for |
Settings | public Settings(jsx3.xml.CdfDocument intDomain, jsx3.lang.Object objInstance)(Code) | | The instance initializer. Creates a view onto the settings persisted on disk. All identical instances of this
class are backed by the same XML source document.
Parameters: intDomain - the domain of the settings to load, one of jsx3.app.Settings.DOMAIN ... Parameters: objInstance - if in the project or addin domain, the key of the specific project or addin to load settings for |
Settings | public Settings(jsx3.xml.CdfDocument intDomain, String objInstance)(Code) | | The instance initializer. Creates a view onto the settings persisted on disk. All identical instances of this
class are backed by the same XML source document.
Parameters: intDomain - the domain of the settings to load, one of jsx3.app.Settings.DOMAIN ... Parameters: objInstance - if in the project or addin domain, the key of the specific project or addin to load settings for |
Settings | public Settings(int intDomain, jsx3.lang.Object objInstance)(Code) | | The instance initializer. Creates a view onto the settings persisted on disk. All identical instances of this
class are backed by the same XML source document.
Parameters: intDomain - the domain of the settings to load, one of jsx3.app.Settings.DOMAIN ... Parameters: objInstance - if in the project or addin domain, the key of the specific project or addin to load settings for |
getNode | public jsx3.xml.Node getNode(String strKey)(Code) | | Returns a stored setting value as the raw XML node.
Parameters: strKey - the setting key. |
Methods inherited from jsx3.lang.Object | public void ignoreReturn()(Code)(Java Doc)
|
|
|