| Package | Description | 
|---|---|
| org.apache.tiles.api | The Tiles taglib and framework allows building web pages by assembling reusable
 pieces of pages, called Tiles. | 
| org.apache.tiles.api.preparer | "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. | 
| org.apache.tiles.core.definition | It contains classes and interfaces to allow manipulations of "definitions", i.e. | 
| org.apache.tiles.core.definition.digester | Allows reading definitions with the use of Jakarta Commons Digester. | 
| org.apache.tiles.core.evaluator | Interfaces to manage attribute value evaluation. | 
| org.apache.tiles.core.factory | Factory classes, to allow creation of container instances. | 
| org.apache.tiles.core.impl | It contains the basic implementations of Tiles container. | 
| org.apache.tiles.core.prepare.factory | "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. | 
| org.apache.tiles.template | Tiles template classes, that enable to write support code for template languages (JSP, FreeMarker, Velocity). | 
| org.apache.tiles.velocity | Classes to support Velocity under a servlet environment in Tiles. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | NoSuchContainerExceptionIndicates that a keyed container has not been found. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | PreparerException
 Thrown when an exception occurs while processing
 a prepare request. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | DefinitionsFactoryExceptionException thrown when an error occurs while the impl tries to
 create a new instance mapper. | 
| class  | NoSuchDefinitionExceptionException thrown when a definition is not found. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | DigesterDefinitionsReaderExceptionIndicates that something went wrong during the use of
  DigesterDefinitionsReader. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | EvaluationExceptionException raised when an expression language evaluation fails. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | TilesContainerFactoryExceptionIndicates that something went wrong in  AbstractTilesContainerFactoryuse. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | InvalidTemplateExceptionAn invalid template has been identified. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | NoSuchPreparerExceptionThrown when the named preparerInstance can not be found. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | NoSuchAttributeExceptionIndicates that a named attribute has not been found. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | TilesVelocityExceptionException connected to the usage of Velocity and Tiles. | 
Copyright © 2000–2025 Apache Software Foundation. All rights reserved.