Class MashupConstants
java.lang.Object
org.wso2.carbon.mashup.javascript.hostobjects.registry.MashupConstants
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringstatic final StringConfigurationContext is injected to the Rhino engine as a thread local variable with the key set to this value.static final Stringstatic final StringAxisService is injected to the Rhino engine as a thread local variable with the key set to this value.static final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final String -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
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:
-
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:
-
RESOURCES_FOLDER
- See Also:
-
FORWARD_SLASH
- See Also:
-
SEPARATOR_CHAR
- See Also:
-
FILE_HOST_OBJECT_NAME
- See Also:
-
RAMPART
- See Also:
-
ADDRESSING
- See Also:
-
USERNAME
- See Also:
-
PASSWORD
- See Also:
-
EMAIL_CONFIG
- See Also:
-
EMAIL_USERNAME
- See Also:
-
EMAIL_PASSWORD
- See Also:
-
HOST
- See Also:
-
PORT
- See Also:
-
FROM
- See Also:
-
IM_CONFIG
- See Also:
-
JS_SERVICE
- See Also:
-
SERVICE_JS
- See Also:
-
ACTIVE_SCOPE
- See Also:
-
JS_SERVICE_REPO
- See Also:
-
JS_SERVICE_EXTENSION
- See Also:
-
JS_SCHEDULED_FUNCTION_MAP
- See Also:
-
LOAD_JSSCRIPTS
- See Also:
-
CONTENT_TYPE_QUERY_PARAM
- See Also:
-
JS_FUNCTION_NAME
- See Also:
-
ANNOTATED
- See Also:
-
AXIS2_MESSAGECONTEXT
- See Also:
-
MASHUP_AUTHOR
- See Also:
-
SERVICE_JS_STREAM
- See Also:
-
-
Constructor Details
-
MashupConstants
public MashupConstants()
-