Package org.apache.tiles.request
Interface ApplicationContextAware
- All Known Implementing Classes:
- JspExpressionFactoryFactory
public interface ApplicationContextAware
It represents an object that can have a reference to the
 
ApplicationContext.- 
Method SummaryModifier and TypeMethodDescriptionvoidsetApplicationContext(ApplicationContext applicationContext) Sets the Tiles application context.
- 
Method Details- 
setApplicationContextSets the Tiles application context.- Parameters:
- applicationContext- The Tiles application context.
 
 
-