This project has retired. For details please refer to its Attic page.
EnhancedTilesApplicationContextFactory (Tiles 2 2.1.4 API)

org.apache.tiles.context.enhanced
Class EnhancedTilesApplicationContextFactory

Package class diagram package EnhancedTilesApplicationContextFactory
java.lang.Object
  extended by org.apache.tiles.context.AbstractTilesApplicationContextFactory
      extended by org.apache.tiles.context.ChainedTilesApplicationContextFactory
          extended by org.apache.tiles.context.enhanced.EnhancedTilesApplicationContextFactory
All Implemented Interfaces:
Initializable

public class EnhancedTilesApplicationContextFactory
extends ChainedTilesApplicationContextFactory

Tiles context factory to be used together with EnhancedTilesApplicationContext.

Version:
$Rev: 711885 $ $Date: 2008-11-06 17:06:38 +0100 (gio, 06 nov 2008) $

Field Summary
 
Fields inherited from class org.apache.tiles.context.ChainedTilesApplicationContextFactory
DEFAULT_FACTORY_CLASS_NAMES, FACTORY_CLASS_NAMES
 
Fields inherited from class org.apache.tiles.context.AbstractTilesApplicationContextFactory
APPLICATION_CONTEXT_FACTORY_INIT_PARAM
 
Constructor Summary
EnhancedTilesApplicationContextFactory()
           
 
Method Summary
 TilesApplicationContext createApplicationContext(Object context)
          Create a TilesApplicationContext for the given context.
 
Methods inherited from class org.apache.tiles.context.ChainedTilesApplicationContextFactory
init, setFactories
 
Methods inherited from class org.apache.tiles.context.AbstractTilesApplicationContextFactory
createFactory
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EnhancedTilesApplicationContextFactory

public EnhancedTilesApplicationContextFactory()
Method Detail

createApplicationContext

public TilesApplicationContext createApplicationContext(Object context)
Create a TilesApplicationContext for the given context.

Overrides:
createApplicationContext in class ChainedTilesApplicationContextFactory
Parameters:
context - The (application) context to use.
Returns:
TilesApplicationContext The Tiles application context.


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