| Package | Description | 
|---|---|
| org.apache.velocity | |
| org.apache.velocity.context | |
| org.apache.velocity.example | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | VelocityContextGeneral purpose implementation of the application Context
  interface for general application use. | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | InternalContextAdapterinterface to bring all necessary internal and user contexts together. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AbstractContextThis class is the abstract base class for all conventional
  Velocity Context  implementations. | 
| class  | ChainedInternalContextAdapterThis is an abstract internal-use-only context implementation to be
 used as a subclass for other internal-use-only contexts that wrap
 other internal-use-only contexts. | 
| class  | InternalContextAdapterImplThis adapter class is the container for all context types for internal
  use. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | DBContextExample 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  | TreeMapContextExample context impl that uses a TreeMap
   Not much point other than to show how easy it is. | 
Copyright © 2000–2020 The Apache Software Foundation. All rights reserved.