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 Summary
Modifier and TypeMethodDescriptionvoid
setApplicationContext
(ApplicationContext applicationContext) Sets the Tiles application context.
-
Method Details
-
setApplicationContext
Sets the Tiles application context.- Parameters:
applicationContext
- The Tiles application context.
-