Uses of Class
org.apache.tiles.api.TilesException

Packages that use TilesException
Package
Description
The Tiles taglib and framework allows building web pages by assembling reusable pieces of pages, called Tiles.
"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.
It contains classes and interfaces to allow manipulations of "definitions", i.e.
Allows reading definitions with the use of Jakarta Commons Digester.
Interfaces to manage attribute value evaluation.
Factory classes, to allow creation of container instances.
It contains the basic implementations of Tiles container.
"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.
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.