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-2011 Apache Software Foundation. All Rights Reserved.