| BodyExecutable | It represents an object that can be executed, with a body with "start" and "end" operation, under a Velocity+Servlet context. | code | html |
| Executable | It represents an object that can be executed under a Velocity+Servlet context. | code | html |
| AbstractDefaultToStringRenderable | Renderable that provides a default implementation of Renderable#toString() and allows access to parameters and context objects. | code | html |
| AddAttributeVModel | Wraps AddAttributeModel to be used in Velocity. | code | html |
| AddListAttributeVModel | Wraps AddListAttributeModel to be used in Velocity. | code | html |
| ContextHolder | An object that holds the current state of Velocity in a Servlet environment. | code | html |
| DefinitionVModel | Wraps DefinitionModel to be used in Velocity. | code | html |
| GetAsStringVModel | Wraps GetAsStringModel to be used in Velocity. | code | html |
| ImportAttributeVModel | Wraps ImportAttributeModel to be used in Velocity. | code | html |
| InsertAttributeVModel | Wraps InsertAttributeModel to be used in Velocity. | code | html |
| InsertDefinitionVModel | Wraps InsertDefinitionModel to be used in Velocity. | code | html |
| InsertTemplateVModel | Wraps InsertTemplateModel to be used in Velocity. | code | html |
| PutAttributeVModel | Wraps PutAttributeModel to be used in Velocity. | code | html |
| PutListAttributeVModel | Wraps PutListAttributeModel to be used in Velocity. | code | html |
| Tiles2Tool | The Tiles tool to be used in Velocity templates. | code | html |
| TilesVelocityRepository | Collects all Tiles+Velocity models. | code | html |
| VelocityStyleTilesTool | Tiles Tool to be used "the classic way". | code | html |