//elements.putExtensionElement(TestingMainController.class.getName(), new ActionExtension() {
elements.putExtensionElement(HomeMainController.class.getName(), new ActionExtension() {
//the "alt" text for the link
public String getDescription(Locale loc) {
Translator translator = Util.createPackageTranslator(this.getClass(), loc);
return translator.translate("helloWorld.description");
}
//the link text
public String getActionText(Locale loc) {
Translator translator = Util.createPackageTranslator(this.getClass(), loc);
return translator.translate("helloWorld.action");