This project has retired. For details please refer to its Attic page.
org.apache.tiles.request (Tiles Request Framework 1.0.8-SNAPSHOT API)

Package org.apache.tiles.request

This package defines the concept of "request" as the event causing a document to be generated from a template.

See: Description

Package org.apache.tiles.request Description

Package class diagram package org.apache.tiles.request
This package defines the concept of "request" as the event causing a document to be generated from a template. The process is also called "rendering the template". Typical examples are servlet requests or portlet requests. This API is independent of the underlying technology, allowing the user to deal with similarities in servlets and portlets, or various template technologies, in a uniform way. It is based on 3 main interfaces:

Copyright © 2001-2017 The Apache Software Foundation. All Rights Reserved.