Interface ParentApplicationContextAware

All Superinterfaces:
org.springframework.beans.factory.Aware
All Known Implementing Classes:
BinaryGrailsPlugin, CorePluginFinder, DefaultGrailsPlugin

public interface ParentApplicationContextAware extends org.springframework.beans.factory.Aware
Allows objects to be aware of the Grails parent application context.
Since:
0.4
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setParentApplicationContext(org.springframework.context.ApplicationContext parent)
     
  • Method Details

    • setParentApplicationContext

      void setParentApplicationContext(org.springframework.context.ApplicationContext parent)