API Overview API Index Package Overview Direct link to this page
JavaOnTracks 0.1.2
  net.jot.web.view. JOTViewParserData View Source
Author(s)
thibautc
Since
Version
Serial
Hierarchy
 JOTViewParserData
Subinterfaces
Description
public interface JOTViewParserData
Lightweight interface through which the view parser data can be retrieved
See also:   
Methods
Hide/Show inherited methods
public Hashtable getBlocks ()
  Custom JOT element block (can be added/removed easily)
public Hashtable getForms ()
  Any custom forms
public JOTView getFullView ()
  Return the full view object (JOTView) or null if not available (Ex: JOTLightweightView)
public Hashtable getTags ()
  Custom tags added to a standrard HTML element
public Hashtable getVariables ()
  This returns a Hashtable of variables to use in the template This is the most commonly use way to store data
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.5     ©Thibaut Colar