Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Name

Jython Macro

Plugin

SCRP

Table of Contents
maxlevel3
minlevel2
typeflat
separatorpipe

Description

Excerpt

Java scripting using Jython

Documentation

  • Help available in the notation guide.

Common parameters

Parameters

Pre-defined variables

Usage

Tip
title

...

Using Jython libraries?

See How to use Jython libraries


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

...