Uses of Class
org.apache.velocity.context.InternalContextBase
Packages that use InternalContextBase
-
Uses of InternalContextBase in org.apache.velocity
Subclasses of InternalContextBase in org.apache.velocityModifier and TypeClassDescriptionclass
General purpose implementation of the application Context interface for general application use. -
Uses of InternalContextBase in org.apache.velocity.context
Subclasses of InternalContextBase in org.apache.velocity.contextModifier and TypeClassDescriptionclass
This class is the abstract base class for all conventional Velocity Context implementations. -
Uses of InternalContextBase in org.apache.velocity.example
Subclasses of InternalContextBase in org.apache.velocity.exampleModifier and TypeClassDescriptionclass
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
Example context impl that uses a TreeMap Not much point other than to show how easy it is.