This project has retired. For details please refer to its Attic page.
Uses of Interface org.apache.tiles.Initializable (Tiles 2 2.1.4 API)

Uses of Interface
org.apache.tiles.Initializable

Packages that use Initializable
org.apache.tiles.context Classes and interfaces that allow to access the various contexts in an application in a uniformed way. 
org.apache.tiles.context.enhanced Classes and interfaces that allow to access the various contexts using also the classpath to access resources. 
org.apache.tiles.definition It contains classes and interfaces to allow manipulations of "definitions", i.e. objects made of a template page and a number of filled attributes. 
org.apache.tiles.definition.dao Classes to simply load definitions depending on a customization key. 
org.apache.tiles.jsp.context Tiles context classes in a JSP environment. 
org.apache.tiles.portlet.context Classes and interfaces that allow to access the various contexts from a portlet application. 
org.apache.tiles.servlet.context Classes and interfaces that allow to access the various contexts from a servlet application. 
 

Uses of Initializable in org.apache.tiles.context
 

Subinterfaces of Initializable in org.apache.tiles.context
 interface TilesContextFactory
          Deprecated. Use TilesApplicationContextFactory or TilesRequestContextFactory.
 interface TilesRequestContextFactory
          Creates an instance of the appropriate TilesRequestContext implementation.
 

Classes in org.apache.tiles.context that implement Initializable
 class ChainedTilesApplicationContextFactory
          Implementation for TilesApplicationContextFactory, that creates a chain of sub-factories, trying each one until it returns a not-null value.
 class ChainedTilesContextFactory
          Deprecated. Use ChainedTilesApplicationContextFactory and ChainedTilesRequestContextFactory.
 class ChainedTilesRequestContextFactory
          Default implementation for TilesRequestContextFactory, that creates a chain of sub-factories, trying each one until it returns a not-null value.
 

Uses of Initializable in org.apache.tiles.context.enhanced
 

Classes in org.apache.tiles.context.enhanced that implement Initializable
 class EnhancedContextFactory
          Deprecated. Use EnhancedTilesApplicationContextFactory.
 class EnhancedTilesApplicationContextFactory
          Tiles context factory to be used together with EnhancedTilesApplicationContext.
 

Uses of Initializable in org.apache.tiles.definition
 

Classes in org.apache.tiles.definition that implement Initializable
 class LocaleDefinitionsFactory
          DefinitionsFactory implementation that manages Definitions configuration data from URLs, but resolving definition inheritance when a definition is returned..
 class UrlDefinitionsFactory
          DefinitionsFactory implementation that manages Definitions configuration data from URLs, resolving inheritance when the URL is loaded.
 

Uses of Initializable in org.apache.tiles.definition.dao
 

Classes in org.apache.tiles.definition.dao that implement Initializable
 class BaseLocaleUrlDefinitionDAO
          Base abstract class for a DAO that is based on URLs and locale as a customization key.
 class CachingLocaleUrlDefinitionDAO
           A definitions DAO (loading URLs and using Locale as a customization key) that caches definitions that have been loaded in a raw way (i.e. with inheritance that is not resolved).
 class LocaleUrlDefinitionDAO
          A definition DAO that uses Locale as a customization key and loads definitions from URLs.
 class ResolvingLocaleUrlDefinitionDAO
           A definitions DAO (loading URLs and using Locale as a customization key) that caches definitions that have been loaded and resolves inheritances.
 

Uses of Initializable in org.apache.tiles.jsp.context
 

Classes in org.apache.tiles.jsp.context that implement Initializable
 class JspTilesContextFactory
          Deprecated. Use JspTilesRequestContextFactory.
 class JspTilesRequestContextFactory
          Creates an instance of the appropriate TilesRequestContext implementation under a JSP environment.
 

Uses of Initializable in org.apache.tiles.portlet.context
 

Classes in org.apache.tiles.portlet.context that implement Initializable
 class PortletTilesContextFactory
          Deprecated. Use PortletTilesApplicationContextFactory or PortletTilesRequestContextFactory.
 class PortletTilesRequestContextFactory
          Creates an instance of the appropriate TilesRequestContext implementation under a portlet environment.
 

Uses of Initializable in org.apache.tiles.servlet.context
 

Classes in org.apache.tiles.servlet.context that implement Initializable
 class ServletTilesContextFactory
          Deprecated. 
 class ServletTilesRequestContextFactory
          Creates an instance of the appropriate TilesRequestContext implementation in a servlet environment.
 



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