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

org.apache.tiles.awareness
Interface AbstractTilesApplicationContextFactoryAware

Package class diagram package AbstractTilesApplicationContextFactoryAware

Deprecated. Since AbstractTilesApplicationContextFactory is deprecated, this dependency injection interface is deprecated.

public interface AbstractTilesApplicationContextFactoryAware

It represents an object that can have a reference to the AbstractTilesApplicationContextFactoryAware.

Since:
2.1.1
Version:
$Rev: 797540 $ $Date: 2009-07-24 17:42:00 +0200 (ven, 24 lug 2009) $

Method Summary
 void setApplicationContextFactory(AbstractTilesApplicationContextFactory contextFactory)
          Deprecated. Sets the Tiles application context factory.
 

Method Detail

setApplicationContextFactory

void setApplicationContextFactory(AbstractTilesApplicationContextFactory contextFactory)
Deprecated. 
Sets the Tiles application context factory.

Parameters:
contextFactory - The Tiles context factory.
Since:
2.1.1


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