Uses of Package
org.apache.tiles

Packages that use org.apache.tiles
Package
Description
The Tiles taglib and framework allows building web pages by assembling reusable pieces of pages, called Tiles.
Tiles access package.
Interfaces that let the Tiles engine to inject dependencies to its objects.
"View preparers" are objects that allows the "preparation" of a Tiles artifact (definition, template or attribute) before it is rendered.
It contains classes and interfaces to allow manipulations of "definitions", i.e.
Classes to simply load definitions depending on a customization key.
Allows reading definitions with the use of Jakarta Commons Digester.
Classes to manage pattern matching in definition names, and substitution in attributes.
In Tiles it is possible to use regular expression patterns thanks to this package.
In Tiles it is possible to use wildcard patterns thanks to this package.
Interfaces to manage attribute value evaluation.
These classes allow to start up Tiles with all features on.
Factory classes, to allow creation of container instances.
It contains the basic implementations of Tiles container.
It contains the basic implementations of mutable Tiles containers.
The "tiles-jsp" tag library contains tags that are useful to create templates, subpages other reusable view parts using the "tiles-core" package.
Classes and interfaces to be used when it is needed to create Tiles definitions during the execution of the application.
"View preparers" are objects that allows the "preparation" of a Tiles artifact (definition, template or attribute) before it is rendered.
It is useful, for example, when a view item should be built and stored in a particular context (e.g.
"View preparers" are objects that allows the "preparation" of a Tiles artifact (definition, template or attribute) before it is rendered.
It is useful, for example, when a view item should be built and stored in a particular context (e.g.
Interfaces to manage attribute rendering.
Classes to start the Tiles engine up.
Tiles template classes, that enable to write support code for template languages (JSP, FreeMarker, Velocity).
Classes to support Velocity under a servlet environment in Tiles.
Classes that allow the use of "Tiles template" as a Velocity tool.
Utility classes to use Tiles in a servlet environment.