NVelocity.App |
NVelocity.Bugs |
NVelocity.Context |
NVelocity.Exception |
NVelocity.Runtime |
NVelocity.Test |
NVelocity.Tool |
NVelocity.Util |
Name | Description |
---|---|
ArithmeticExpressionTestCase | |
AssemblyResourceLoaderTestCase | |
Duck1 | |
Duck2 | |
DuckTestCase | |
MultiThreadTestCase | |
MultiThreadTestCase.Urlhelper | |
Template | This class is used for controlling all template operations. This class uses a parser created by JavaCC to create an AST that is subsequently traversed by a Visitor. Template template = Velocity.getTemplate("test.wm"); IContext context = new VelocityContext(); context.Put("foo", "bar"); context.Put("customer", new Customer()); template.Merge(context, writer); |
Test1 | |
VelocityContext | General purpose implemention of the application Context interface for general application use. This class should be used in place of the original Context class. |