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
See DIRECT subinterfaces
Quick Links:
Methods
Fields
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)
Custom JOT element block (can be added/removed easily)
Returns:
public
Hashtable
getForms
()
Any custom forms
Any custom forms
Returns:
public
JOTView
getFullView
()
Return the full view object (JOTView) or null if not available (Ex: JOTLightweightView)
Return the full view object (JOTView)
or null if not available (Ex: JOTLightweightView)
Returns:
public
Hashtable
getTags
()
Custom tags added to a standrard HTML element
Custom tags added to a standrard HTML element
Returns:
public
Hashtable
getVariables
()
This returns a Hashtable of variables to use in the template This is the most commonly use way to store data
This returns a Hashtable of variables to use in the template
This is the most commonly use way to store data
Returns:
Fields
Hide/Show inherited fields
Generated By:
JavaOnTracks Doclet
0.1.5 ©Thibaut Colar