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

org.apache.tiles.context
Interface TilesContextFactory

Package class diagram package TilesContextFactory
All Superinterfaces:
Initializable, TilesRequestContextFactory
All Known Implementing Classes:
ChainedTilesContextFactory, EnhancedContextFactory, JspTilesContextFactory, PortletTilesContextFactory, ServletTilesContextFactory

Deprecated. Use TilesRequestContextFactory.

public interface TilesContextFactory
extends TilesRequestContextFactory

Creates an instance of the appropriate TilesApplicationContext implementation.

Version:
$Rev: 784215 $ $Date: 2009-06-12 19:36:13 +0200 (ven, 12 giu 2009) $

Method Summary
 TilesApplicationContext createApplicationContext(Object context)
          Deprecated. Create a TilesApplicationContext for the given context.
 
Methods inherited from interface org.apache.tiles.context.TilesRequestContextFactory
createRequestContext
 
Methods inherited from interface org.apache.tiles.Initializable
init
 

Method Detail

createApplicationContext

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

Parameters:
context - The (application) context to use.
Returns:
TilesApplicationContext The Tiles application context.


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