All Classes
-
Class Summary Class Description DBContext 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....DBContextTest the ultimate in silliness...EventExample This class is a simple demonstration of how the event handling features of the Velocity Servlet Engine are used.Example This class is a simple demonstration of how the Velocity Template Engine can be used in a standalone application.Example2 This class is a simple demonstration of how the Velocity Template Engine can be used in a standalone application using the Velocity utility class.TreeMapContext Example context impl that uses a TreeMap Not much point other than to show how easy it is.VelocityCompiledScript VelocityScriptEngine VelocityScriptEngine.SingleResourceReader VelocityScriptEngineFactory XMLTest Example to show basic XML handling in a template.