API Overview API Index Direct link to this page
JavaOnTracks 0.1.2
  Package: net.jot.web.view
Author(s)
Since
Version
Serial
Description
JOT internal code to handle the process of "Views" This usually means parsing JOT templates and outputting HTML.
See also:   
JOTFormParser View Source Whwn a form is found withina view, this parser will process it and set/adjust the values of fields etc...
JOTView View Source Abstract Base of a View (provides an empty view) The View is where you add variables to be used by the view.
JOTViewBlock View Source Represent a View block.
JOTViewParser View Source This is the main parser that takes a View object and a Template and spits out HTML code to the browser.
JOTViewParserData View Source Lightweight interface through which the view parser data can be retrieved
JOTViewTag View Source Represents an individual HTML tags So we can "customize" it on the fly: ie: redefine/add a property (class="myclass") or a flag (DISABLED) etc...
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar