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

org.apache.tiles.awareness
Interface TilesApplicationContextAware

Package class diagram package TilesApplicationContextAware
All Known Implementing Classes:
AbstractBaseAttributeRenderer, AbstractTypeDetectingAttributeRenderer, BaseLocaleUrlDefinitionDAO, BasicRendererFactory, CachingLocaleUrlDefinitionDAO, ChainedDelegateAttributeRenderer, DefinitionAttributeRenderer, ELAttributeEvaluator, ELAttributeEvaluator, FreeMarkerAttributeRenderer, JspExpressionFactoryFactory, JspExpressionFactoryFactory, LocaleDefinitionsFactory, LocaleUrlDefinitionDAO, ResolvingLocaleUrlDefinitionDAO, StringAttributeRenderer, TemplateAttributeRenderer, UnresolvingLocaleDefinitionsFactory, UntypedAttributeRenderer, UrlDefinitionsFactory, VelocityAttributeRenderer

public interface TilesApplicationContextAware

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

Since:
2.1.0
Version:
$Rev: 642355 $ $Date: 2008-03-28 21:02:36 +0100 (ven, 28 mar 2008) $

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

Method Detail

setApplicationContext

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

Parameters:
applicationContext - The Tiles application context.
Since:
2.1.0


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