package e4s.tutorial;
import e4s.html.*;
import e4s.html.input.extended.*;
import e4s.servlet.E4ModuleImplementation;
/**
* This is an example how to deal with E4Methods.
* E4Method cover the messaging of your application and each
* E4Method is associated with a Java function. So we can treat
* them as "normal" arguments in our application, for example if we
* want an Anchor () tag to call another function. It is typically
* for web applications, that either a form (