Name | Jython Macro |
---|---|
Plugin |
Table of Contents | ||||||||
---|---|---|---|---|---|---|---|---|
|
Description
Excerpt |
---|
Java scripting using Jython |
Documentation
- Help available in the notation guide.
Common parameters
- See SCRP
Jython specific parameters
- share - Specify a name to enable Python interpreter sharing - see SCRP-122. 3.4.0 and above.
Pre-defined variables
- See SCRP
Usage
...
Parameters
- See Macro parameters
Pre-defined variables
Usage
Tip | ||
---|---|---|
| ||
No Format |
---|
{jython} out.println("Hello world"); {jython} |
No Format |
---|
{jython:output=wiki|script=#example.py|var1=test}
{jython}
|
No Format |
---|
{jython:var1=hello|var2=world}
print "Output parameter"
print var1 + var2
out.println(var1 + var2)
{jython}
|
Security
This macro support CMSP.
Open Issues with this component
...