This project has retired. For details please refer to its Attic page.
TilesContextFactory (Tiles 2 2.1.4 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 TilesApplicationContextFactory or TilesRequestContextFactory.

public interface TilesContextFactory
extends TilesRequestContextFactory

Creates an instance of the appropriate TilesApplicationContext implementation.

Version:
$Rev: 722062 $ $Date: 2008-12-01 14:09:09 +0100 (lun, 01 dic 2008) $

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-2009 Apache Software Foundation. All Rights Reserved.