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 Detail

      • setParentApplicationContext

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