This project has retired. For details please refer to its Attic page.
org.apache.tiles.servlet.context (Tiles 2 2.2.2 API)

Package org.apache.tiles.servlet.context

Package class diagram package org.apache.tiles.servlet.context
Classes and interfaces that allow to access the various contexts from a servlet application.

See:
          Description

Class Summary
ExternalWriterHttpServletResponse Wraps an HTTP response and overrides its print writer.
ServletTilesApplicationContext Servlet-based implementation of the TilesApplicationContext interface.
ServletTilesApplicationContextFactory Deprecated. Create an instance of ServletTilesApplicationContext yourself, by implementing TilesInitializer or extending AbstractTilesInitializer and overriding createTilesApplicationContext method.
ServletTilesContextFactory Deprecated.
ServletTilesRequestContext Servlet-based implementation of the TilesApplicationContext interface.
ServletTilesRequestContextFactory Creates an instance of the appropriate TilesRequestContext implementation in a servlet environment.
ServletUtil Utilities for Tiles servlet support.
 

Exception Summary
NotAServletEnvironmentException Exception that indicates that a resource could not be used because it is not in a servlet environment.
 

Package org.apache.tiles.servlet.context Description

Classes and interfaces that allow to access the various contexts from a servlet application.



Copyright © 2001-2010 Apache Software Foundation. All Rights Reserved.