Add new attachment

Only authorized users are allowed to upload new attachments.

List of attachments

Kind Attachment Name Size Version Date Modified Author Change note
zip
JSPWikiPlugins.zip 1,719.4 kB 1 14-Apr-2010 14:30 m.sanfilippo

This page (revision-12) was last changed on 02-Mar-2011 08:04 by m.sanfilippo  

This page was created on 14-Apr-2010 14:30 by turchetti

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Difference between version and

At line 15 added 35 lines
__Codice Java__:
%%prettify
{{{
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package com.smeup.jspwiki.plugins.hallo;
import com.ecyrd.jspwiki.WikiContext;
import com.ecyrd.jspwiki.plugin.PluginException;
import com.ecyrd.jspwiki.plugin.WikiPlugin;
import java.util.Map;
/**
*
* @author mauro
*/
public class Hallo implements WikiPlugin{
public String execute(WikiContext context, Map params) throws PluginException {
return "CIAO";
}
}
}}}
/%
__Codice Wiki__:
%%prettify
{{{
At line 51 added 2 lines
}}}
/%
At line 54 added 6 lines
__Risultato__
[{com.smeup.jspwiki.plugins.hallo.Hallo}]
Version Date Modified Size Author Changes ... Change note
12 02-Mar-2011 08:04 1.297 kB m.sanfilippo to previous
11 14-Apr-2010 14:30 1.297 kB m.sanfilippo to previous | to last
10 14-Apr-2010 14:30 1.267 kB m.sanfilippo to previous | to last
9 14-Apr-2010 14:30 1.371 kB m.sanfilippo to previous | to last
8 14-Apr-2010 14:30 1.365 kB m.sanfilippo to previous | to last
7 14-Apr-2010 14:30 1.118 kB m.sanfilippo to previous | to last
6 14-Apr-2010 14:30 0.447 kB m.sanfilippo to previous | to last
5 14-Apr-2010 14:30 0.369 kB turchetti to previous | to last
4 14-Apr-2010 14:30 0.332 kB turchetti to previous | to last
3 14-Apr-2010 14:30 0.33 kB turchetti to previous | to last
2 14-Apr-2010 14:30 0.32 kB turchetti to previous | to last
1 14-Apr-2010 14:30 0.289 kB turchetti to last
« This page (revision-12) was last changed on 02-Mar-2011 08:04 by m.sanfilippo