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 Type
    Method
    Description
    void
    Sets the Tiles application context.
  • Method Details

    • setApplicationContext

      void setApplicationContext(ApplicationContext applicationContext)
      Sets the Tiles application context.
      Parameters:
      applicationContext - The Tiles application context.