org.apache.tiles.context.enhanced
Class EnhancedContextFactory
java.lang.Object
org.apache.tiles.context.ChainedTilesContextFactory
org.apache.tiles.context.enhanced.EnhancedContextFactory
- All Implemented Interfaces:
- TilesContextFactory, TilesRequestContextFactory, Initializable
Deprecated. Use EnhancedTilesApplicationContextFactory.
public class EnhancedContextFactory
- extends ChainedTilesContextFactory
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 |
EnhancedContextFactory
public EnhancedContextFactory()
- Deprecated.
createApplicationContext
public TilesApplicationContext createApplicationContext(Object context)
- Deprecated.
- Create a TilesApplicationContext for the given context.
- Specified by:
createApplicationContext in interface TilesContextFactory- Overrides:
createApplicationContext in class ChainedTilesContextFactory
- Parameters:
context - The (application) context to use.
- Returns:
- TilesApplicationContext The Tiles application context.
createRequestContext
public TilesRequestContext createRequestContext(TilesApplicationContext context,
Object... requestItems)
- Deprecated.
- Create a TilesRequestContext for the given context,
request, and response.
- Specified by:
createRequestContext in interface TilesRequestContextFactory- Overrides:
createRequestContext in class ChainedTilesContextFactory
- Parameters:
context - the associated TilesApplicationContextrequestItems - the associated request items, typically a request and a response.
- Returns:
- TilesRequestContext
Copyright © 2001-2010 Apache Software Foundation. All Rights Reserved.