All Classes and Interfaces
Classes
Class
Description
Example context impl that uses a database to store stuff :)
yes, this is silly
expects a mysql db test with table
CREATE TABLE contextstore (
k varchar(100),
val blob
);
very fragile, crappy code....
the ultimate in silliness...
This class is a simple demonstration of how the event handling
features of the Velocity Servlet Engine are used.
This class is a simple demonstration of how the Velocity Template Engine
can be used in a standalone application.
This class is a simple demonstration of how the Velocity Template Engine
can be used in a standalone application using the Velocity utility class.
Example context impl that uses a TreeMap
Not much point other than to show how easy it is.
Example to show basic XML handling in a template.