uk.ltd.getahead.dwr
Class ConversionConstants

java.lang.Object
  extended byuk.ltd.getahead.dwr.ConversionConstants

public class ConversionConstants
extends java.lang.Object

Various constants for type conversion

Author:
Joe Walker [joe at getahead dot ltd dot uk]

Field Summary
static java.lang.String BROKEN_SAFARI2
          Is this an instance of a broken copy of safari v2
static java.lang.String INBOUND_ARRAY_END
          How are javascript arrays begun
static java.lang.String INBOUND_ARRAY_SEPARATOR
          How are javascript array elements separated
static java.lang.String INBOUND_ARRAY_START
          How are javascript arrays ended
static java.lang.String INBOUND_CALL_COUNT
          How many calls are there in this request?
static java.lang.String INBOUND_CALLNUM_PREFIX
          The prefix to the call number on inbound calls
static java.lang.String INBOUND_CALLNUM_SUFFIX
          The suffix to the call number on inbound calls
static java.lang.String INBOUND_DECL_SEPARATOR
          The character to use to distinguish between the variable name and the variable value
static java.lang.String INBOUND_KEY_ENV
          What prefix do we put to the environment paramters
static java.lang.String INBOUND_KEY_ID
          Used to define the id of this call
static java.lang.String INBOUND_KEY_METHODNAME
          The inbound key to define the method to be called
static java.lang.String INBOUND_KEY_PARAM
          What prefix do we put to the input paramters
static java.lang.String INBOUND_KEY_SCRIPTNAME
          The inbound key to define the class to be used.
static java.lang.String INBOUND_KEY_XMLMODE
          The key to define if we are in XMLRPC mode
static java.lang.String INBOUND_MAP_END
          How javascript associative arrays (maps) are ended
static java.lang.String INBOUND_MAP_ENTRY
          How javascript map entries are split into name/value pairs
static java.lang.String INBOUND_MAP_SEPARATOR
          How javascript map entries are split from each other
static java.lang.String INBOUND_MAP_START
          How javascript associative arrays (maps) are started
static java.lang.String INBOUND_NULL
          null is sometimes needed in a javascript map
static java.lang.String INBOUND_TYPE_SEPARATOR
          The character that we use to separate types for values in inbound variables
static java.lang.String TYPE_REFERENCE
          The name for reference types from javascript
static java.lang.String TYPE_STRING
          The name for string types from javascript
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BROKEN_SAFARI2

public static final java.lang.String BROKEN_SAFARI2
Is this an instance of a broken copy of safari v2

See Also:
Constant Field Values

TYPE_REFERENCE

public static final java.lang.String TYPE_REFERENCE
The name for reference types from javascript

See Also:
Constant Field Values

TYPE_STRING

public static final java.lang.String TYPE_STRING
The name for string types from javascript

See Also:
Constant Field Values

INBOUND_CALL_COUNT

public static final java.lang.String INBOUND_CALL_COUNT
How many calls are there in this request?

See Also:
Constant Field Values

INBOUND_CALLNUM_PREFIX

public static final java.lang.String INBOUND_CALLNUM_PREFIX
The prefix to the call number on inbound calls

See Also:
Constant Field Values

INBOUND_CALLNUM_SUFFIX

public static final java.lang.String INBOUND_CALLNUM_SUFFIX
The suffix to the call number on inbound calls

See Also:
Constant Field Values

INBOUND_KEY_ID

public static final java.lang.String INBOUND_KEY_ID
Used to define the id of this call

See Also:
Constant Field Values

INBOUND_KEY_SCRIPTNAME

public static final java.lang.String INBOUND_KEY_SCRIPTNAME
The inbound key to define the class to be used. This will be the javascript version of the full java package name.

See Also:
Constant Field Values

INBOUND_KEY_METHODNAME

public static final java.lang.String INBOUND_KEY_METHODNAME
The inbound key to define the method to be called

See Also:
Constant Field Values

INBOUND_KEY_PARAM

public static final java.lang.String INBOUND_KEY_PARAM
What prefix do we put to the input paramters

See Also:
Constant Field Values

INBOUND_KEY_ENV

public static final java.lang.String INBOUND_KEY_ENV
What prefix do we put to the environment paramters

See Also:
Constant Field Values

INBOUND_DECL_SEPARATOR

public static final java.lang.String INBOUND_DECL_SEPARATOR
The character to use to distinguish between the variable name and the variable value

See Also:
Constant Field Values

INBOUND_TYPE_SEPARATOR

public static final java.lang.String INBOUND_TYPE_SEPARATOR
The character that we use to separate types for values in inbound variables

See Also:
Constant Field Values

INBOUND_KEY_XMLMODE

public static final java.lang.String INBOUND_KEY_XMLMODE
The key to define if we are in XMLRPC mode

See Also:
Constant Field Values

INBOUND_ARRAY_END

public static final java.lang.String INBOUND_ARRAY_END
How are javascript arrays begun

See Also:
Constant Field Values

INBOUND_ARRAY_START

public static final java.lang.String INBOUND_ARRAY_START
How are javascript arrays ended

See Also:
Constant Field Values

INBOUND_ARRAY_SEPARATOR

public static final java.lang.String INBOUND_ARRAY_SEPARATOR
How are javascript array elements separated

See Also:
Constant Field Values

INBOUND_MAP_START

public static final java.lang.String INBOUND_MAP_START
How javascript associative arrays (maps) are started

See Also:
Constant Field Values

INBOUND_MAP_END

public static final java.lang.String INBOUND_MAP_END
How javascript associative arrays (maps) are ended

See Also:
Constant Field Values

INBOUND_MAP_SEPARATOR

public static final java.lang.String INBOUND_MAP_SEPARATOR
How javascript map entries are split from each other

See Also:
Constant Field Values

INBOUND_MAP_ENTRY

public static final java.lang.String INBOUND_MAP_ENTRY
How javascript map entries are split into name/value pairs

See Also:
Constant Field Values

INBOUND_NULL

public static final java.lang.String INBOUND_NULL
null is sometimes needed in a javascript map

See Also:
Constant Field Values

Copyright ? 2005