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

Package org.apache.tiles.portlet.context

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

See:
          Description

Class Summary
PortletTilesApplicationContext Portlet-based TilesApplicationContext implementation.
PortletTilesApplicationContextFactory Deprecated. Create an instance of PortletTilesApplicationContext yourself, by implementing TilesInitializer or extending AbstractTilesInitializer and overriding createTilesApplicationContext method.
PortletTilesContextFactory Deprecated. Use PortletTilesApplicationContextFactory or PortletTilesRequestContextFactory.
PortletTilesRequestContext Portlet-based TilesApplicationContext implementation.
PortletTilesRequestContextFactory Creates an instance of the appropriate TilesRequestContext implementation under a portlet environment.
PortletUtil Utilities for Tiles portlet support.
 

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

Package org.apache.tiles.portlet.context Description

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



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