org.apache.tiles.awareness
Interface TilesContextFactoryAware

Package class diagram package TilesContextFactoryAware
All Known Implementing Classes:
AbstractBaseAttributeRenderer, BasicRendererFactory, DefinitionAttributeRenderer, StringAttributeRenderer, TemplateAttributeRenderer, UntypedAttributeRenderer

public interface TilesContextFactoryAware

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

Since:
2.1.0

Method Summary
 void setContextFactory(TilesContextFactory contextFactory)
          Sets the Tiles context factory.
 

Method Detail

setContextFactory

void setContextFactory(TilesContextFactory contextFactory)
Sets the Tiles context factory.

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