Java Scripting Hook for Liferay Wiki
Use plain old Java language in Liferay script console
Brought to you by:
slemarchand
Follow the instructions from the Liferay Portal Administration Guide : http://www.liferay.com/documentation/liferay-portal/6.0/administration/-/ai/plugin-manageme-4
Go to the script console
Select "Java" as scripting language
Paste your plain old Java class code in the text area
Push the "Execute" button
Write a standard Java class with a method named "execute()" and without arguments neither return type. This is this method it will be executed.
For some concrete examples, go to [Samples]