Package org.apache.tiles.velocity.template
Classes that allow the use of "Tiles template" as a Velocity tool.
-
Class Summary Class Description AbstractDefaultToStringRenderable Renderable that provides a default implementation ofRenderable#toString()
and allows access to parameters and context objects.AddAttributeDirective Add an element to the surrounding list.AddListAttributeDirective Declare a list that will be pass as an attribute.ContextHolder An object that holds the current state of Velocity in a Servlet environment.DefinitionDirective Create a definition at runtime.GetAsStringDirective Render the value of the specified template attribute to the current WriterImportAttributeDirective Import attribute(s) in specified context.InsertAttributeDirective Inserts the value of an attribute into the page.InsertDefinitionDirective Insert a definition.InsertTemplateDirective Insert a template.PutAttributeDirective Put an attribute in enclosing attribute container tag.PutListAttributeDirective Declare a list that will be pass as attribute to tile.SetCurrentContainerDirective Selects a container to be used as the "current" container.VelocityStyleTilesTool Tiles Tool to be used "the classic way".