Name | Jython Macro |
---|---|
Plugin |
Table of Contents | ||||||||
---|---|---|---|---|---|---|---|---|
|
Description
Excerpt |
---|
Java scripting using Jython |
Documentation
- Help available in the notation guide.
Common parameters
- See SCRP
Parameters
- See Macro parameters
Pre-defined variables
Usage
Tip | |
---|---|
|
- See SCRP
...
| |
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
...