Package org.apache.tiles.servlet.context
Classes and interfaces that allow to access the various contexts from a servlet
application.
-
Class Summary Class Description ExternalWriterHttpServletResponse Wraps an HTTP response and overrides its print writer.ServletTilesApplicationContext Servlet-based implementation of the TilesApplicationContext interface.ServletTilesApplicationContextFactory Deprecated. Create an instance ofServletTilesApplicationContextyourself, by implementingTilesInitializeror extendingAbstractTilesInitializerand overridingcreateTilesApplicationContextmethod.ServletTilesContextFactory Deprecated. ServletTilesRequestContext Servlet-based implementation of the TilesApplicationContext interface.ServletTilesRequestContextFactory Creates an instance of the appropriateTilesRequestContextimplementation in a servlet environment.ServletUtil Utilities for Tiles servlet support. -
Exception Summary Exception Description NotAServletEnvironmentException Exception that indicates that a resource could not be used because it is not in a servlet environment.