
This is a lightweight view object, which is decoupled from the webcontainer
whereas JOTVIew is tightly coupled.
This is mianly used to take advantage/use the template mechanism/parser of JOT
without needing a webapp server running.
As in JOTVIew you can subclass this and add your own custom method and call them from the template
ex: getUserName(){} -> in template: %lt;jot:var value="userName"/>