org.apache.tiles.request
Interface ApplicationContextAware

Package class diagram package ApplicationContextAware

public interface ApplicationContextAware

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

Version:
$Rev: 893303 $ $Date: 2009-12-22 21:18:35 +0100 (Tue, 22 Dec 2009) $

Method Summary
 void setApplicationContext(ApplicationContext applicationContext)
          Sets the Tiles application context.
 

Method Detail

setApplicationContext

void setApplicationContext(ApplicationContext applicationContext)
Sets the Tiles application context.

Parameters:
applicationContext - The Tiles application context.


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