Class MashupConstants
- java.lang.Object
-
- org.wso2.carbon.mashup.javascript.hostobjects.registry.MashupConstants
-
public class MashupConstants extends Object
-
-
Field Summary
-
Constructor Summary
Constructors Constructor Description MashupConstants()
-
-
-
Field Detail
-
AXIS2_SERVICE
public static final String AXIS2_SERVICE
AxisService is injected to the Rhino engine as a thread local variable with the key set to this value. Values from the AxisService is needed by some host objects at the deployment time as well as in the run time.. In the run time we would have obtained the AxisService through the injected MessageContext. But we simply don't have a MessageContext in the deployment time.- See Also:
- Constant Field Values
-
AXIS2_CONFIGURATION_CONTEXT
public static final String AXIS2_CONFIGURATION_CONTEXT
ConfigurationContext is injected to the Rhino engine as a thread local variable with the key set to this value. Reason for doing this is same as the injecting the AxisService.- See Also:
- Constant Field Values
-
RESOURCES_FOLDER
public static final String RESOURCES_FOLDER
- See Also:
- Constant Field Values
-
FORWARD_SLASH
public static final String FORWARD_SLASH
- See Also:
- Constant Field Values
-
SEPARATOR_CHAR
public static final String SEPARATOR_CHAR
- See Also:
- Constant Field Values
-
FILE_HOST_OBJECT_NAME
public static final String FILE_HOST_OBJECT_NAME
- See Also:
- Constant Field Values
-
RAMPART
public static final String RAMPART
- See Also:
- Constant Field Values
-
ADDRESSING
public static final String ADDRESSING
- See Also:
- Constant Field Values
-
USERNAME
public static final String USERNAME
- See Also:
- Constant Field Values
-
PASSWORD
public static final String PASSWORD
- See Also:
- Constant Field Values
-
EMAIL_CONFIG
public static final String EMAIL_CONFIG
- See Also:
- Constant Field Values
-
EMAIL_USERNAME
public static final String EMAIL_USERNAME
- See Also:
- Constant Field Values
-
EMAIL_PASSWORD
public static final String EMAIL_PASSWORD
- See Also:
- Constant Field Values
-
HOST
public static final String HOST
- See Also:
- Constant Field Values
-
PORT
public static final String PORT
- See Also:
- Constant Field Values
-
FROM
public static final String FROM
- See Also:
- Constant Field Values
-
IM_CONFIG
public static final String IM_CONFIG
- See Also:
- Constant Field Values
-
JS_SERVICE
public static final String JS_SERVICE
- See Also:
- Constant Field Values
-
SERVICE_JS
public static final String SERVICE_JS
- See Also:
- Constant Field Values
-
ACTIVE_SCOPE
public static final String ACTIVE_SCOPE
- See Also:
- Constant Field Values
-
JS_SERVICE_REPO
public static final String JS_SERVICE_REPO
- See Also:
- Constant Field Values
-
JS_SERVICE_EXTENSION
public static final String JS_SERVICE_EXTENSION
- See Also:
- Constant Field Values
-
JS_SCHEDULED_FUNCTION_MAP
public static final String JS_SCHEDULED_FUNCTION_MAP
- See Also:
- Constant Field Values
-
LOAD_JSSCRIPTS
public static final String LOAD_JSSCRIPTS
- See Also:
- Constant Field Values
-
CONTENT_TYPE_QUERY_PARAM
public static final String CONTENT_TYPE_QUERY_PARAM
- See Also:
- Constant Field Values
-
JS_FUNCTION_NAME
public static final String JS_FUNCTION_NAME
- See Also:
- Constant Field Values
-
ANNOTATED
public static final String ANNOTATED
- See Also:
- Constant Field Values
-
AXIS2_MESSAGECONTEXT
public static final String AXIS2_MESSAGECONTEXT
- See Also:
- Constant Field Values
-
MASHUP_AUTHOR
public static final String MASHUP_AUTHOR
- See Also:
- Constant Field Values
-
SERVICE_JS_STREAM
public static final String SERVICE_JS_STREAM
- See Also:
- Constant Field Values
-
-