| Package | Description | 
|---|---|
| org.apache.tiles.request | 
 This package defines the concept of "request" as the event causing a 
 document to be generated from a template. 
 | 
| org.apache.tiles.request.freemarker | 
 Support for Freemarker's Environment as a request. 
 | 
| org.apache.tiles.request.reflect | 
 Utilities to work with dynamic class loading and instantiation. 
 | 
| org.apache.tiles.request.render | 
 Classes to allow rendering of a template (described by its path) 
 in a uniform way. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
NotAvailableFeatureException
Exception that indicates that a feature could not be used since it is not
 available. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
FreemarkerRequestException
Thrown when a Freemarker request fails. 
 | 
class  | 
NotAvailableFreemarkerServletException
Thrown when a the Freemarker servlet is not available. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
CannotAccessMethodException
Indicates that a method cannot be accessed. 
 | 
class  | 
CannotInstantiateObjectException
Indicates that an object cannot be instantiated. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
CannotRenderException
Indicates that something went wrong during the rendering process. 
 | 
class  | 
NoSuchRendererException
It is raised when a named renderer has not been found with that name. 
 | 
class  | 
RenderException
Thrown when rendering fails. 
 | 
Copyright © 2001-2017 The Apache Software Foundation. All Rights Reserved.