Uses of Class
org.apache.velocity.context.AbstractContext
-
Packages that use AbstractContext Package Description org.apache.velocity org.apache.velocity.example -
-
Uses of AbstractContext in org.apache.velocity
Subclasses of AbstractContext in org.apache.velocity Modifier and Type Class Description class
VelocityContext
General purpose implementation of the application Context interface for general application use. -
Uses of AbstractContext in org.apache.velocity.example
Subclasses of AbstractContext in org.apache.velocity.example Modifier and Type Class Description class
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....class
TreeMapContext
Example context impl that uses a TreeMap Not much point other than to show how easy it is.
-