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
java.lang.Object
org.apache.tiles.context.AbstractTilesApplicationContextFactory
org.apache.tiles.context.ChainedTilesApplicationContextFactory
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) $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EnhancedTilesApplicationContextFactory
public EnhancedTilesApplicationContextFactory()
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.