Groovy Documentation

java.gate.yam.plugins
Class Sitemap

java.lang.Object
  java.gate.yam.plugins.Sitemap
All Implemented Interfaces:
YamPlugin

class Sitemap

Sitemap plugin for YAM.

author:
Hamish Cunningham


Constructor Summary
Sitemap()

 
Method Summary
String translate(Map m, AbstractTranslator t, String target)

Translate Sitemap updates in YAM pages.

 
Methods inherited from class Object
wait, wait, wait, hashCode, getClass, equals, toString, notify, notifyAll
 

Constructor Detail

Sitemap

Sitemap()


 
Method Detail

translate

public String translate(Map m, AbstractTranslator t, String target)
Translate Sitemap updates in YAM pages.
param:
m a map of arguments from the YAM source
param:
t the translator that is converting the YAM document
param:
target the target output language
return:
the translation for insertion at the plugin call location An example call: %sitemap()


 

Groovy Documentation